Fix some annotations and add deleteLater to non-modal dialogs
This commit is contained in:
@@ -139,6 +139,7 @@ class GuiAbout(QDialog):
|
||||
def _doClose(self) -> None:
|
||||
"""Close the dialog"""
|
||||
self.close()
|
||||
self.deleteLater()
|
||||
return
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user