mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Key Return handled in TKASPathEdit.handleSpecialKeys() (#876)
This commit is contained in:
parent
3d73cf4fb7
commit
f286ee0300
1 changed files with 1 additions and 0 deletions
|
|
@ -456,6 +456,7 @@ begin
|
|||
if Assigned(onKeyESCAPE) then onKeyESCAPE( self );
|
||||
end else begin
|
||||
if Assigned(onKeyRETURN) then onKeyRETURN( self );
|
||||
Key:= 0;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue