From 1f3b1a891e4a0c7fd642670f00bcded6fb702b6a Mon Sep 17 00:00:00 2001 From: jesus Date: Sat, 1 Oct 2011 15:42:39 +0000 Subject: [PATCH] LazReport, fix error in last commit git-svn-id: trunk@32587 - --- components/lazreport/source/lr_class.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazreport/source/lr_class.pas b/components/lazreport/source/lr_class.pas index 87631159ca..4030f910cd 100644 --- a/components/lazreport/source/lr_class.pas +++ b/components/lazreport/source/lr_class.pas @@ -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);