1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Batting 1000 tonight...make sure navigation works on Windows.

This commit is contained in:
Leland Lucius
2015-08-04 22:41:52 -05:00
parent 64e1136f06
commit 4cd7757cf4
5 changed files with 16 additions and 11 deletions

View File

@@ -1123,7 +1123,6 @@ int AudacityApp::FilterEvent(wxEvent & event)
((wxWindow *)e.GetEventObject())->SetFocus();
}
}
break;
#endif
return Event_Skip;