mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +02:00
IDE: fix the issue that ProjectInspector would be closed even if it was Docked when pressing ESCAPE
This commit is contained in:
parent
a8145669fb
commit
cbc8d8c685
@ -566,7 +566,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
|
||||
|
Loading…
Reference in New Issue
Block a user