IDE: fix the issue that ProjectInspector would be closed even if it was Docked when pressing ESCAPE

This commit is contained in:
rich2014 2024-06-20 21:33:20 +08:00
parent bb9f79ea0d
commit 08fb6b19dc

View File

@ -537,7 +537,7 @@ begin
Handled := True;
try
if Key = VK_ESCAPE then
Close
begin if NOT self.Docked then Close end
else if Key = VK_RETURN then
OpenButtonClick(Nil)
else if Key = VK_DELETE then