1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-15 15:50:54 +02:00

Bug1329, partial fix: redo it as a Mac-only change

This commit is contained in:
Paul Licameli 2016-06-14 15:31:29 -04:00
parent b011fc4c6b
commit 995db14fd9

View File

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