fixed glitch where it would auto-scroll even if it was off in song-editor

auto-scroll default to disabled


git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1876 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-07 22:20:48 +00:00
parent ae0756c43b
commit b15ce72dc4
4 changed files with 18 additions and 6 deletions

View File

@@ -2,6 +2,13 @@
* src/gui/piano_roll.cpp:
(hopefully) fixed bug where shift+drag wasn't copying notes
* src/core/timeline.cpp:
* include/song_editor.h:
* src/gui/song_editor.cpp:
auto-scroll default to disabled
fixed glitch where it would auto-scroll even if it was off in song-editor
2008-12-05 Andrew Kelley <superjoe30/at/gmail/dot/com>