1
0
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:
Leland Lucius 2020-08-05 10:26:53 -05:00
parent 9050817426
commit f179fae2c1

View File

@ -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.