if you move 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@1930 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-15 21:52:31 +00:00
parent 7a8f95985a
commit 55c109e611
4 changed files with 33 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ private:
void shiftPos(int amount);
void shiftSemiTone(int amount);
bool isSelection() const;
int selectionCount() const;
void testPlayNote( note * n );
void testPlayKey( int _key, int _vol, int _pan );
void pauseTestNotes( bool _pause = true );