Fix bug 929

This commit is contained in:
Steve Daulton 2018-03-26 21:14:26 +01:00
parent ab509acdf7
commit 15e6792be9
1 changed files with 1 additions and 1 deletions

View File

@ -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;