mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-22 00:26:12 +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;
|
||||
begin
|
||||
if not visible then
|
||||
exit;
|
||||
fPropertyGrid.RefreshPropertyValues;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user