mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
AUP3: Removed unneeded ESCAPE key handling
This commit is contained in:
parent
9050817426
commit
f179fae2c1
@ -388,10 +388,6 @@ void AutoRecoveryDialog::OnListKeyDown(wxKeyEvent &evt)
|
||||
}
|
||||
break;
|
||||
|
||||
case WXK_ESCAPE:
|
||||
EndModal(ID_SKIP);
|
||||
break;
|
||||
|
||||
case WXK_RETURN:
|
||||
// Don't know why wxListCtrls prevent default dialog action,
|
||||
// but they do, so handle it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user