mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Fix: ESC handle in Ask Dialog
This commit is contained in:
parent
ba2c077600
commit
ab64636e64
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ procedure TfrmMsg.FormKeyPress(Sender: TObject; var Key: Char);
|
|||
begin
|
||||
if (Key = #27) and (Escape >= 0) then
|
||||
begin
|
||||
Key:= #0;
|
||||
iSelected:= Escape;
|
||||
Close;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue