mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:39:12 +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
|
if (FCurrentEdit is TCustomEdit) then
|
||||||
TCustomEdit(FCurrentEdit).SelectAll;
|
TCustomEdit(FCurrentEdit).SelectAll;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
VK_ESCAPE:
|
||||||
|
begin
|
||||||
|
RefreshValueEdit;
|
||||||
|
end;
|
||||||
else
|
else
|
||||||
Handled := false;
|
Handled := false;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user