FIX: Key Return handled in TKASPathEdit.handleSpecialKeys() (#876)

This commit is contained in:
rich2014 2023-03-19 19:36:55 +08:00 committed by GitHub
commit f286ee0300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;