diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index e6905c11..9c417772 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -110,8 +110,7 @@ class PropertiesDlg(QDialog): def accept(self, *args, **kwargs): self.apply() - self.destroy() - return self.accepted + QDialog.accept(self) def apply(self): for widint in range(self.tabWidget.count()):