Skip to content

Commit

Permalink
Create temporary QDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
erykjj committed Nov 16, 2023
1 parent 3baceda commit 5ffb643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JWLManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,8 @@ def viewer_closed():
try:
self.viewer_window.close()
except:
self.viewer_window = QDialog(self)
pass
self.viewer_window = QDialog(self)
self.activateWindow()

def save_txt():
Expand Down

0 comments on commit 5ffb643

Please sign in to comment.