mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 06:07:42 +02:00
Fix bug 929
This commit is contained in:
parent
ab509acdf7
commit
15e6792be9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user