From 7ec703964c1d8a3133213df808ff3f23162abcff Mon Sep 17 00:00:00 2001 From: SiboVG Date: Sat, 11 Jun 2022 01:19:04 +0200 Subject: [PATCH] Fix bug radius offset not updating with radius method --- .../rocketcomponent/FlightConfiguration.java | 2 +- .../rocketcomponent/ParallelStage.java | 28 +++++++++---- .../sf/openrocket/rocketcomponent/PodSet.java | 32 ++++++++------- .../position/RadiusMethod.java | 41 ++++++++++++++++++- .../openrocket/gui/adaptors/DoubleModel.java | 17 ++++++++ 5 files changed, 94 insertions(+), 26 deletions(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 5f5ad884e..d8a7ff2d4 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -424,7 +424,7 @@ public class FlightConfiguration implements FlightConfigurableParameter