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:
@@ -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:
|
||||
|
||||
@@ -180,7 +180,6 @@ void automatableButton::toggle( void )
|
||||
{
|
||||
setValue( !value() );
|
||||
update();
|
||||
emit( toggled( value() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user