mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Bug 1329 - Adjustment: Part of the fix only applies to OSX; No longer apply to Linux too.
Adjustment proposed/tested by Steve Daulton.
This commit is contained in:
parent
48f43738aa
commit
f229aab58a
@ -1143,7 +1143,9 @@ int AudacityApp::FilterEvent(wxEvent & event)
|
|||||||
{
|
{
|
||||||
const auto window = ((wxWindow *)e.GetEventObject());
|
const auto window = ((wxWindow *)e.GetEventObject());
|
||||||
window->SetFocus();
|
window->SetFocus();
|
||||||
|
#if defined(__WXMAC__)
|
||||||
window->NavigateIn();
|
window->NavigateIn();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user