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:
parent
5c382be484
commit
01ccb518fd
@ -35,8 +35,8 @@ void wxTabTraversalWrapperCharHook(wxKeyEvent &event)
|
|||||||
? wxNavigationKeyEvent::IsBackward
|
? wxNavigationKeyEvent::IsBackward
|
||||||
: wxNavigationKeyEvent::IsForward
|
: wxNavigationKeyEvent::IsForward
|
||||||
);
|
);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user