mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 11:58:14 +02:00
parent
7787ca1fdd
commit
a35bc6dcd0
@ -937,7 +937,7 @@ Var
|
|||||||
Y:=Y+DY+ABand.Layout.Height;
|
Y:=Y+DY+ABand.Layout.Height;
|
||||||
L.Remove(Aband);
|
L.Remove(Aband);
|
||||||
// Recurse
|
// Recurse
|
||||||
AddBandToList(TMyBand(Aband).ChildBand);
|
AddBandToList(TFPReportCustomBand(TMyBand(Aband).ChildBand));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Find a band of given type, if it exists add it (remove it from the list)
|
// Find a band of given type, if it exists add it (remove it from the list)
|
||||||
|
Loading…
Reference in New Issue
Block a user