Fix some annotations and add deleteLater to non-modal dialogs

This commit is contained in:
Veronica Berglyd Olsen
2023-11-27 21:43:13 +01:00
parent 4fa20273f7
commit 50a9b5b5e2
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -139,6 +139,7 @@ class GuiAbout(QDialog):
def _doClose(self) -> None:
"""Close the dialog"""
self.close()
self.deleteLater()
return
##