mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +02:00
ideintf: Esc key for cancel in Object Inspector (#0002007 from Alexander S. Klenin)
git-svn-id: trunk@17926 -
This commit is contained in:
parent
69556d7ab8
commit
8367b491f6
@ -2170,6 +2170,11 @@ begin
|
||||
if (FCurrentEdit is TCustomEdit) then
|
||||
TCustomEdit(FCurrentEdit).SelectAll;
|
||||
end;
|
||||
|
||||
VK_ESCAPE:
|
||||
begin
|
||||
RefreshValueEdit;
|
||||
end;
|
||||
else
|
||||
Handled := false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user