removed toggled signal from automatableButton::toggle

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@342 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Danny McRae
2006-08-16 19:29:56 +00:00
parent 52e82db674
commit 471f97334c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
2006-08-16 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* src/widgets/automatable_button.cpp:
remove toggled signal sent from method toggle--it's also sent
from setValue, and the double signal was wreaking havoc with
the channel linkings
* include/ladspa_control.h:
* include/ladspa_control_dialog.h:
* src/core/ladspa_control_dialog.cpp: