mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +02:00
Fix bug 929
This commit is contained in:
parent
ab509acdf7
commit
15e6792be9
@ -2882,7 +2882,7 @@ EffectUIHost::EffectUIHost(wxWindow *parent,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
SetName( effect->GetTranslatedName() );
|
SetName( effect->GetTranslatedName() );
|
||||||
SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY);
|
SetExtraStyle(GetExtraStyle() | wxWS_EX_VALIDATE_RECURSIVELY);
|
||||||
|
|
||||||
mParent = parent;
|
mParent = parent;
|
||||||
mEffect = effect;
|
mEffect = effect;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user