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:
parent
b011fc4c6b
commit
995db14fd9
@ -3178,7 +3178,10 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt)
|
|||||||
focused->SelectAll();
|
focused->SelectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __WXMAC__ // PRL: Bug1329, partial fix, but really it's the fault of
|
||||||
|
// wxWidgets 3.0.2
|
||||||
mApplyBtn->SetFocus();
|
mApplyBtn->SetFocus();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))
|
void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user