Trigger 'Hide very similar thrust curves' upon motor selection window open

This commit is contained in:
Sibo Van Gool 2021-10-07 10:37:46 +02:00
parent 78e23adcba
commit b29283a979

View File

@ -360,6 +360,7 @@ public class ThrustCurveMotorSelectionPanel extends JPanel implements MotorSelec
updateData();
setDelays(false);
hideUnavailableBox.getActionListeners()[0].actionPerformed(null);
hideSimilarBox.getActionListeners()[0].actionPerformed(null);
}