fixed loading presets when dragging them onto existing instrument-track-window (finally closes #2025902)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1459 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-08-22 13:35:30 +00:00
parent 06ade7d4c9
commit c89172a6fe
4 changed files with 25 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
2008-08-22 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/instrument_track.h:
* src/gui/file_browser.cpp:
* src/tracks/instrument_track.cpp:
fixed loading presets when dragging them onto existing
instrument-track-window (finally closes #2025902)
* src/gui/piano_roll.cpp:
fixed moving selected notes (closes #2039248, #2039254, #2043463)