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 commits58e3f3da83anda00f866b54
This commit is contained in:
@@ -1142,7 +1142,6 @@ int AudacityApp::FilterEvent(wxEvent & event)
|
||||
{
|
||||
const auto window = ((wxWindow *)e.GetEventObject());
|
||||
window->SetFocus();
|
||||
window->NavigateIn();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user