Change how dialogs are deleted

This commit is contained in:
Veronica Berglyd Olsen
2024-05-28 21:16:40 +02:00
parent b01a2f5abd
commit 019dd3e478
18 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -771,7 +771,7 @@ class GuiPreferences(NDialog):
event.accept()
QApplication.processEvents()
self.done(nwConst.DLG_FINISHED)
self.deleteLater()
self.softDelete()
return
##