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