1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-29 18:46:05 +02:00

Bugs 868, 1196 again: Fix alt-f6 cycle but not changing button focus

Mac and Linux problem only.

See commits 58e3f3da83
and a00f866b54
This commit is contained in:
Paul Licameli
2016-09-28 11:54:17 -04:00
parent acedbb8640
commit 2e8ee5fe75
2 changed files with 2 additions and 3 deletions

View File

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