mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:03:47 +02:00
LazReport, fix keys when object ispector editor has focus, modified patch from Junior Goncalves, issue #10934
git-svn-id: trunk@14417 -
This commit is contained in:
parent
97f0e9c95f
commit
ec867d6c35
@ -7,6 +7,7 @@ German Basisty (ar)
|
||||
Javier Villarroya (es)
|
||||
Jesus Reyes A. (mx)
|
||||
Joerg Braun (de)
|
||||
Junior Goncalves (br)
|
||||
Mattias Gaertner (de)
|
||||
Olivier Guilbaud (fr)
|
||||
Petr Smolik (cz)
|
||||
|
@ -2885,6 +2885,10 @@ var
|
||||
i, tx, ty, tx1, ty1, d, d1: Integer;
|
||||
t, t1: TfrView;
|
||||
begin
|
||||
{$IFNDEF EXTOI}
|
||||
if ActiveControl.Parent = ObjInsp.fPropertyGrid then
|
||||
exit;
|
||||
{$ENDIF}
|
||||
StepX := 0; StepY := 0;
|
||||
if (Key=VK_F11) then
|
||||
ObjInsp.Visible:=not ObjInsp.Visible;
|
||||
|
Loading…
Reference in New Issue
Block a user