[fixes #681] Fires an change event if the motor-mount is {dis|en}abled on an InnerTube

This commit is contained in:
Daniel_M_Williams 2020-06-12 19:50:57 -04:00 committed by Billy Olsen
parent c26dd8cb61
commit e1389f674a

View File

@ -306,6 +306,7 @@ public class InnerTube extends ThicknessRingComponent implements AxialPositionab
if (this.isActingMount == _active)
return;
this.isActingMount = _active;
fireComponentChangeEvent(ComponentChangeEvent.MOTOR_CHANGE);
}
@Override