mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
Merged revision(s) 52175 #1a75fc1249 from trunk:
LazReport, fix AV on changing band height ........ git-svn-id: branches/fixes_1_6@52189 -
This commit is contained in:
parent
0eb8bc8895
commit
1c99a2ddbb
@ -5481,7 +5481,8 @@ end;
|
||||
procedure TfrBandView.SetHeight(const AValue: Double);
|
||||
begin
|
||||
inherited SetHeight(AValue);
|
||||
Parent.dy := Round(Avalue);
|
||||
if Assigned(Parent) then
|
||||
Parent.dy := Round(Avalue);
|
||||
end;
|
||||
|
||||
procedure TfrBandView.SetVisible(AValue: Boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user