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:
Andrew Kelley
2008-12-13 10:29:04 +00:00
parent 4d8490e21b
commit 53a9b25fb1
4 changed files with 66 additions and 22 deletions

View File

@@ -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;