mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
parent
e6f9cdc690
commit
a519814713
@ -618,6 +618,11 @@ void ContrastDialog::OnReset(wxCommandEvent & event)
|
||||
|
||||
void ContrastDialog::OnChar(wxKeyEvent & event)
|
||||
{
|
||||
if (event.GetKeyCode() == WXK_TAB) {
|
||||
event.Skip();
|
||||
return;
|
||||
}
|
||||
|
||||
event.Skip(false);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user