mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-27 09:56:03 +02:00
LazReport, don't refresh objectinspector if it's hidden
git-svn-id: trunk@16090 -
This commit is contained in:
parent
2276738ecd
commit
c2bc66238c
@ -6341,6 +6341,8 @@ end;
|
|||||||
|
|
||||||
procedure TfrObjectInspector.Refresh;
|
procedure TfrObjectInspector.Refresh;
|
||||||
begin
|
begin
|
||||||
|
if not visible then
|
||||||
|
exit;
|
||||||
fPropertyGrid.RefreshPropertyValues;
|
fPropertyGrid.RefreshPropertyValues;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user