1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 14:18:41 +02:00

Bug 2390 - Linux: Nyquist plug-ins with multi-choice widgets are not accessible

This commit is contained in:
Leland Lucius 2020-04-17 09:54:08 -05:00
parent 5c382be484
commit 01ccb518fd

View File

@ -35,8 +35,8 @@ void wxTabTraversalWrapperCharHook(wxKeyEvent &event)
? wxNavigationKeyEvent::IsBackward
: wxNavigationKeyEvent::IsForward
);
return;
}
return;
}
#endif