if you move *or resize* a single note, it is deselected after the move to allow note editing

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1934 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-16 00:01:27 +00:00
parent d41a369835
commit bbb7bcc4c9
4 changed files with 11 additions and 4 deletions

View File

@@ -8,8 +8,8 @@
* 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 or resize 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)
- shift drag on an unselected note didn't work (FIXED)