@ -183,8 +183,7 @@ class ScoreView(QtWidgets.QGraphicsView):
ifupdate:
self._oldWidth=width
r=self.sceneRect()
r.setWidth(width)#previously we had widht*1.5 here to keep the playback cursor in the middle of the screen.
#however, this does widen exponentially *1.5 which is bad for performance
r.setWidth(width+300)#previously we had widht*1.5 here to keep the playback cursor in the middle of the screen. #however, this does widen exponentially *1.5 which is bad for performance
#and also the screen extends needlesly to the right