bugfixes in order to make the GUI work

This commit is contained in:
2015-02-17 13:17:01 +01:00
parent 091ab23b90
commit d15441900e
6 changed files with 24 additions and 24 deletions

View File

@@ -110,9 +110,7 @@ class PropertiesDlg(QDialog):
def accept(self, *args, **kwargs):
self.apply()
self.destroy()
def reject(self, *args, **kwargs):
self.destroy()
return self.accepted
def apply(self):
for widint in range(self.tabWidget.count()):