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
@@ -265,7 +265,7 @@ class GuiManuscript(NToolDialog):
if isinstance(obj, GuiBuildSettings) and obj.isVisible():
obj.close()
event.accept()
self.deleteLater()
self.softDelete()
return
##