Browse Source

load zoom factor from save file on startup

master
Nils 3 years ago
parent
commit
d80edb1ffd
  1. 2
      template/qtgui/mainwindow.py

2
template/qtgui/mainwindow.py

@ -146,6 +146,8 @@ class MainWindow(QtWidgets.QMainWindow):
#TODO: this is a hack until we figure out how to cleanly handle hide vs quite from outside the application
self.hideGUI()
self._zoom() #enable zoom factor loaded from save file
#def event(self, event):
# print (event.type())
# return super().event(event)

Loading…
Cancel
Save