also allow drawing new dots when clicking inside already existing value (closes #2026120)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1386 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-27 18:35:38 +00:00
parent a4b2aa28c4
commit dc14b0c869
2 changed files with 17 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
2008-07-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/automation_editor.cpp:
also allow drawing new dots when clicking inside already existing
value (closes #2026120)
* include/instrument_track.h:
* src/tracks/instrument_track.cpp:
reverted previous change of some models from floatModel to intModel as