[bugfix] attribute was unset before using property setter
This commit is contained in:
parent
bb3e068232
commit
ed17272999
@ -92,7 +92,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.filteroptions = {}
|
self.filteroptions = {}
|
||||||
self.pickDlgs = {}
|
self.pickDlgs = {}
|
||||||
self.picks = {}
|
self.picks = {}
|
||||||
self.locflag(False)
|
self.loc = False
|
||||||
|
|
||||||
# UI has to be set up before(!) children widgets are about to show up
|
# UI has to be set up before(!) children widgets are about to show up
|
||||||
self.setupUi()
|
self.setupUi()
|
||||||
|
Loading…
Reference in New Issue
Block a user