Trigger 'Hide motors not in regular production' upon window open

This commit is contained in:
Sibo Van Gool 2021-10-07 10:36:43 +02:00
parent 6e27d60a03
commit 78e23adcba

View File

@ -359,6 +359,7 @@ public class ThrustCurveMotorSelectionPanel extends JPanel implements MotorSelec
// Update the panel data
updateData();
setDelays(false);
hideUnavailableBox.getActionListeners()[0].actionPerformed(null);
}