diff --git a/swing/src/net/sf/openrocket/gui/main/flightconfigpanel/FlightConfigurablePanel.java b/swing/src/net/sf/openrocket/gui/main/flightconfigpanel/FlightConfigurablePanel.java index e6a404680..d1d1eba4d 100644 --- a/swing/src/net/sf/openrocket/gui/main/flightconfigpanel/FlightConfigurablePanel.java +++ b/swing/src/net/sf/openrocket/gui/main/flightconfigpanel/FlightConfigurablePanel.java @@ -149,7 +149,12 @@ public abstract class FlightConfigurablePanel 1) { + return; + } + /* Find the selected row and set it as the current selected configuration * for the rocket. This will propagate the event to ensure that other * pieces of the UI are updated and match the table selection.