Remove preset status upon change

A change of the Cd value removes the preset status.
This commit is contained in:
hcraigmiller 2022-05-22 23:33:15 -07:00 committed by GitHub
parent aa60f1307f
commit 5efab0937c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ public abstract class RecoveryDevice extends MassObject implements FlightConfigu
return;
this.cd = cd;
this.cdAutomatic = false;
clearPreset();
fireComponentChangeEvent(ComponentChangeEvent.AERODYNAMIC_CHANGE);
}