diff --git a/QtPyLoT.py b/QtPyLoT.py index 80627ca2..02b0dd1d 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -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()