You've already forked lazarus-ccr
GridPrinter: Complete xml documentation of the gridprn unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -551,7 +551,7 @@ end;
|
||||
|
||||
function TGridPrnHeaderFooter.RealLineWidth: Integer;
|
||||
begin
|
||||
if FLineWidth = 0 then
|
||||
if FLineWidth <= 0 then
|
||||
Result := FOwner.ScaleY(1)
|
||||
else
|
||||
Result := mm2px(FLineWidth/FOwner.PrintScaleFactor, FOwner.PixelsPerInchY);
|
||||
|
Reference in New Issue
Block a user