@ -108,6 +108,7 @@ class ScoreView(QtWidgets.QGraphicsView):
defstretchXCoordinates(self,factor):
"""Cumulative factor, multiplication"""
self.scoreScene.stretchXCoordinates(factor)
ifnotself.mode()=="block":
self.centerOnCursor(None)
defzoom(self,scaleFactor:float):
@ -200,17 +201,12 @@ class ScoreView(QtWidgets.QGraphicsView):
ifself.mainWindow.ui.actionCC_Mode.isChecked():
ifcalledByMenuandself._lastSavedMode=="block":
self.stretchXCoordinates(4.0)#return from half sized mode. If we do not come from block mode this is not needed. CC and Note mode have the same scaling
self.stretchXCoordinates(4.0)#return from half sized mode. If we do not come from block mode this is not needed. CC and Note mode have the same scaling