From bc8a8eb0d0f95df943793959a1262e76563da64e Mon Sep 17 00:00:00 2001 From: SiboVG Date: Mon, 1 Aug 2022 02:24:23 +0200 Subject: [PATCH] Don't update flight config on multi-selection in table --- .../main/flightconfigpanel/FlightConfigurablePanel.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.