mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-23 17:11:13 +01: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:
@@ -13,7 +13,8 @@
|
||||
|
||||
void wxTabTraversalWrapperCharHook(wxKeyEvent &event)
|
||||
{
|
||||
#ifdef __WXMAC__
|
||||
//#ifdef __WXMAC__
|
||||
#if defined(__WXMAC__) || defined(__WXGTK__)
|
||||
// Compensate for the regressions in TAB key navigation
|
||||
// due to the switch to wxWidgets 3.0.2
|
||||
if (event.GetKeyCode() == WXK_TAB) {
|
||||
|
||||
Reference in New Issue
Block a user