1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Bug 682 - Linux: Keyboard Preferences: focus trapped in Search box

Gotta love when the solution is right in the bug report.  :-)
This commit is contained in:
Leland Lucius 2020-03-10 09:52:58 -05:00
parent 76c79cb910
commit 0e42bd42b6

View File

@ -13,7 +13,8 @@
void wxTabTraversalWrapperCharHook(wxKeyEvent &event) void wxTabTraversalWrapperCharHook(wxKeyEvent &event)
{ {
#ifdef __WXMAC__ //#ifdef __WXMAC__
#if defined(__WXMAC__) || defined(__WXGTK__)
// Compensate for the regressions in TAB key navigation // Compensate for the regressions in TAB key navigation
// due to the switch to wxWidgets 3.0.2 // due to the switch to wxWidgets 3.0.2
if (event.GetKeyCode() == WXK_TAB) { if (event.GetKeyCode() == WXK_TAB) {