From 35b46ca44fc1ecb6162f3880459b9bbba4c75295 Mon Sep 17 00:00:00 2001 From: Daniel_M_Williams Date: Mon, 19 Oct 2015 11:26:11 -0400 Subject: [PATCH] [Bugfix] Display now updates with editing changes. --- .../rocketcomponent/FlightConfiguration.java | 9 +++++++++ .../sf/openrocket/gui/scalefigure/RocketPanel.java | 12 +++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index a0fa05ddf..6e955930f 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -351,6 +351,15 @@ public class FlightConfiguration implements FlightConfigurableParameterAction that shows whether the figure type is the // type @@ -838,5 +833,4 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change // putValue(Action.SELECTED_KEY, figure.getType() == type && !is3d); // } // } - // }