fixing plugTo issues #136

This commit is contained in:
andreas schlegel 2018-09-22 23:05:55 +08:00
parent 02b34a6fa6
commit 4382434172
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}