diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index c8ec85b31..61c8020ea 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -2882,7 +2882,7 @@ EffectUIHost::EffectUIHost(wxWindow *parent, #endif SetName( effect->GetTranslatedName() ); - SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY); + SetExtraStyle(GetExtraStyle() | wxWS_EX_VALIDATE_RECURSIVELY); mParent = parent; mEffect = effect;