1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +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:
James Crook 2016-12-06 12:27:42 +00:00
parent 48f43738aa
commit f229aab58a

View File

@ -1143,7 +1143,9 @@ int AudacityApp::FilterEvent(wxEvent & event)
{
const auto window = ((wxWindow *)e.GetEventObject());
window->SetFocus();
#if defined(__WXMAC__)
window->NavigateIn();
#endif
}
}
#endif