From 9b4ccbf2e6d12d38a7a253c318d84339594b8913 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Sun, 14 Aug 2022 10:34:00 +0200 Subject: [PATCH] Fix exception when deleting config while PhotoStudio open --- .../net/sf/openrocket/rocketcomponent/FlightConfiguration.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index d8f21cbc9..72fdacac1 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -305,6 +305,9 @@ public class FlightConfiguration implements FlightConfigurableParameter