[fixes #681] Fires an change event if the motor-mount is {dis|en}abled on an InnerTube
This commit is contained in:
parent
c26dd8cb61
commit
e1389f674a
@ -306,6 +306,7 @@ public class InnerTube extends ThicknessRingComponent implements AxialPositionab
|
||||
if (this.isActingMount == _active)
|
||||
return;
|
||||
this.isActingMount = _active;
|
||||
fireComponentChangeEvent(ComponentChangeEvent.MOTOR_CHANGE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user