mirror of
https://github.com/sojamo/controlp5
synced 2025-02-02 22:35:12 +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…
x
Reference in New Issue
Block a user