[bugfix] attribute was unset before using property setter

This commit is contained in:
Sebastian Wehling-Benatelli 2015-11-14 11:46:46 +01:00
parent bb3e068232
commit ed17272999

View File

@ -92,7 +92,7 @@ class MainWindow(QMainWindow):
self.filteroptions = {}
self.pickDlgs = {}
self.picks = {}
self.locflag(False)
self.loc = False
# UI has to be set up before(!) children widgets are about to show up
self.setupUi()