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:
parent
48f43738aa
commit
f229aab58a
@ -1143,7 +1143,9 @@ int AudacityApp::FilterEvent(wxEvent & event)
|
||||
{
|
||||
const auto window = ((wxWindow *)e.GetEventObject());
|
||||
window->SetFocus();
|
||||
#if defined(__WXMAC__)
|
||||
window->NavigateIn();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user