From f179fae2c15432b00084073757bb7c1c578a670f Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Wed, 5 Aug 2020 10:26:53 -0500 Subject: [PATCH] AUP3: Removed unneeded ESCAPE key handling --- src/AutoRecoveryDialog.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/AutoRecoveryDialog.cpp b/src/AutoRecoveryDialog.cpp index 3ca6212e7..094c82ac5 100644 --- a/src/AutoRecoveryDialog.cpp +++ b/src/AutoRecoveryDialog.cpp @@ -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.