Mixer: Fix callback delivery by Controller Module.

pull/3/head
Jonathan Moore Liles 2010-02-27 12:55:25 -06:00
parent a7902200e8
commit fb8c9414a0
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ Controller_Module::cb_handle ( Fl_Widget *w )
{
control_value = ((Fl_Valuator*)w)->value();
if ( control_output[0].connected() )
control_output[0].control_value( control_value );
control_output[0].connected_port()->control_value( control_value );
}