mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 07:50:22 +02:00
Bug1329, partial fix: redo it as a Mac-only change
This commit is contained in:
parent
b011fc4c6b
commit
995db14fd9
@ -3178,7 +3178,10 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt)
|
||||
focused->SelectAll();
|
||||
}
|
||||
|
||||
#ifdef __WXMAC__ // PRL: Bug1329, partial fix, but really it's the fault of
|
||||
// wxWidgets 3.0.2
|
||||
mApplyBtn->SetFocus();
|
||||
#endif
|
||||
}
|
||||
|
||||
void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))
|
||||
|
Loading…
x
Reference in New Issue
Block a user