mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:19:23 +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);
|
procedure TfrBandView.SetHeight(const AValue: Double);
|
||||||
begin
|
begin
|
||||||
inherited SetHeight(AValue);
|
inherited SetHeight(AValue);
|
||||||
Parent.dy := Round(Avalue);
|
if Assigned(Parent) then
|
||||||
|
Parent.dy := Round(Avalue);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TfrBandView.SetVisible(AValue: Boolean);
|
procedure TfrBandView.SetVisible(AValue: Boolean);
|
||||||
|
Loading…
Reference in New Issue
Block a user