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

Fix for bug #57

http://bugzilla.audacityteam.org/show_bug.cgi?id=57
This commit is contained in:
lllucius 2013-10-09 14:06:04 +00:00
parent d2b65de318
commit bd6c6839cf

View File

@ -985,7 +985,7 @@ void KeyConfigPrefs::OnCaptureKeyDown(wxKeyEvent & e)
{
wxTextCtrl *t = (wxTextCtrl *)e.GetEventObject();
#if defined(__WXMAC__)
#if defined(__WXMAC__) || defined(__WXGTK__)
if (e.GetKeyCode() == WXK_TAB) {
wxNavigationKeyEvent nevent;
nevent.SetWindowChange(e.ControlDown());