LazReport, don't refresh objectinspector if it's hidden

git-svn-id: trunk@16090 -
This commit is contained in:
jesus 2008-08-17 17:59:58 +00:00
parent 2276738ecd
commit c2bc66238c

View File

@ -6341,6 +6341,8 @@ end;
procedure TfrObjectInspector.Refresh;
begin
if not visible then
exit;
fPropertyGrid.RefreshPropertyValues;
end;