LazReport, fix error in last commit

git-svn-id: trunk@32587 -
This commit is contained in:
jesus 2011-10-01 15:42:39 +00:00
parent ac3e5510a7
commit 1f3b1a891e

View File

@ -4631,7 +4631,7 @@ var
bx, by, bx1, by1, w1, w2: Integer;
begin
if FrameStyle=frsDouble then
w1 := Round(FrameWidth * 1.5);
w1 := Round(FrameWidth * 1.5)
else
w1 := Round(FrameWidth);