Skip to content

Commit

Permalink
Increase ability to zoom out (#1022).
Browse files Browse the repository at this point in the history
  • Loading branch information
StaffanMelin committed Apr 5, 2022
1 parent 3143739 commit ab68dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muse/midiedit/pianoroll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ PianoRoll::PianoRoll(MusECore::PartList* pl, QWidget* parent, const char* name,
_playEventsMode = EventCanvas::PlayEventsSingleNote;
colorMode = colorModeInit;
_canvasXOrigin = DefaultCanvasXOrigin;
_minXMag = -25;
_minXMag = -200; // previously -25 (StaffanMelin)
_maxXMag = 2;

// Request to set the raster, but be sure to use the one it chooses,
Expand Down

0 comments on commit ab68dc7

Please sign in to comment.