Browse Source

make sure we start as nsm clean

master
Nils 4 years ago
parent
commit
91a57f303b
  1. 4
      qtgui/mainwindow.py

4
qtgui/mainwindow.py

@ -124,6 +124,10 @@ class MainWindow(TemplateMainWindow):
self.scoreView.updateMode() #hide CCs at program start and other stuff
self.scoreView.scoreScene.grid.redrawTickGrid() #Init the grid only after everything got loaded and drawn to prevent a gap in the display. #TODO: which might be a bug. but this here works fine.
#There is so much going on in the engine, we never reach a save status on load.
#Here is the crowbar-method.
self.nsmClient.announceSaveStatus(isClean = True)
def zoom(self, scaleFactor:float):
"""Scale factor is absolute"""

Loading…
Cancel
Save