mirror of
https://github.com/sojamo/controlp5
synced 2024-11-21 21:47:56 +01:00
fixing plugTo issues #136
This commit is contained in:
parent
02b34a6fa6
commit
4382434172
@ -1311,6 +1311,8 @@ public abstract class Controller< T > implements ControllerInterface< T > , CDra
|
||||
}
|
||||
cp5.getControlBroadcaster( ).plug( theObject , this , theName );
|
||||
cp5.getControlBroadcaster( ).plug( theObject , this , cp5.getControlBroadcaster( ).getEventMethod( ) );
|
||||
initControllerValue();
|
||||
setValue( _myDefaultValue );
|
||||
return me;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user