[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)
|
if (this.isActingMount == _active)
|
||||||
return;
|
return;
|
||||||
this.isActingMount = _active;
|
this.isActingMount = _active;
|
||||||
|
fireComponentChangeEvent(ComponentChangeEvent.MOTOR_CHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user