if you pressed both controls at the same time, the piano roll would get stuck in selection mode (FIXED)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1931 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-15 22:07:27 +00:00
parent 55c109e611
commit b3ed6e7fe9
3 changed files with 12 additions and 8 deletions

View File

@@ -2,8 +2,10 @@
* include/piano_roll.h:
* src/gui/piano_roll.cpp:
if you move a single note, it is deselected after the move to allow
note editing
- if you move a single note, it is deselected after the move to allow
note editing
- if you pressed both controls at the same time, the piano roll would
get stuck in selection mode (FIXED)
2008-12-14 Andrew Kelley <superjoe30/at/gmail/dot/com>