1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 14:17:41 +02:00

Fix bug 929

This commit is contained in:
Steve Daulton 2018-03-26 21:14:26 +01:00
parent ab509acdf7
commit 15e6792be9

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;