From 83ce3c21b4a6eb31ccb912befefb085e35328eec Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 5 Feb 2009 13:24:19 +0000 Subject: [PATCH] integrated pitanga's patch to fix unquantized BB dragging in song editor. Changed ctrl modifier to alt to be consistent (stable backport) git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@2009 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 089b0ca22..a2f75380e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,12 @@ * src/gui/piano_roll.cpp: fixed bug: you can use shift+left to move notes past the beginning +2009-02-01 Andrew Kelley + + * src/core/track.cpp: + integrated pitanga's patch to fix unquantized BB dragging in + song editor. Changed ctrl modifier to alt to be consistent. + 2009-01-25 Paul Giblock * src/tracks/bb_track.cpp: @@ -49,12 +55,6 @@ * CMakeLists.txt: fixed plugins/ directory when updating localization file - * src/core/track.cpp: - integrated pitanga's patch to fix unquantized BB dragging in - song editor. Changed ctrl modifier to alt to be consistent. - -2009-02-01 Andrew Kelley - * plugins/flp_import/flp_import.cpp: in FL_EffectChannel initialize isMuted member - fixes muted FX channels when importing older FLP files