Remove preset status upon change
A change of the Cd value removes the preset status.
This commit is contained in:
parent
aa60f1307f
commit
5efab0937c
@ -64,6 +64,7 @@ public abstract class RecoveryDevice extends MassObject implements FlightConfigu
|
|||||||
return;
|
return;
|
||||||
this.cd = cd;
|
this.cd = cd;
|
||||||
this.cdAutomatic = false;
|
this.cdAutomatic = false;
|
||||||
|
clearPreset();
|
||||||
fireComponentChangeEvent(ComponentChangeEvent.AERODYNAMIC_CHANGE);
|
fireComponentChangeEvent(ComponentChangeEvent.AERODYNAMIC_CHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user