Piano-roll: preserve melody when resizing a note by holding shift

This commit is contained in:
NoiseByNorthwest
2012-01-22 13:25:58 +01:00
committed by Tobias Doerffel
parent 7f63351ca6
commit b3b290f6dd
2 changed files with 43 additions and 12 deletions

View File

@@ -204,7 +204,7 @@ private:
inline int noteEditRight() const;
inline int noteEditLeft() const;
void dragNotes( int x, int y, bool alt );
void dragNotes( int x, int y, bool alt, bool shift );
static const int cm_scrollAmtHoriz = 10;
static const int cm_scrollAmtVert = 1;