mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +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;
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user