note edit area has adjustable height
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1911 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -149,7 +149,8 @@ private:
|
||||
ActionSelectNotes,
|
||||
ActionMoveSelection,
|
||||
ActionChangeNoteVolume,
|
||||
ActionChangeNotePanning
|
||||
ActionChangeNotePanning,
|
||||
ActionResizeNoteEditArea,
|
||||
} ;
|
||||
|
||||
enum pianoRollKeyTypes
|
||||
@@ -254,6 +255,7 @@ private:
|
||||
int m_moveStartX;
|
||||
int m_moveStartY;
|
||||
|
||||
int m_oldNotesEditHeight;
|
||||
int m_notesEditHeight;
|
||||
int m_ppt;
|
||||
int m_totalKeysToScroll;
|
||||
|
||||
Reference in New Issue
Block a user