diff --git a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java index 976853ff0..0b85db63d 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java +++ b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java @@ -517,6 +517,7 @@ public class Rocket extends ComponentAssembly { RocketComponent next = iterator.next(); next.componentChanged(cce); } + updateConfigurations(); notifyAllListeners(cce);