mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 19:26:07 +02:00
LazReport, fix error in last commit
git-svn-id: trunk@32587 -
This commit is contained in:
parent
ac3e5510a7
commit
1f3b1a891e
@ -4631,7 +4631,7 @@ var
|
|||||||
bx, by, bx1, by1, w1, w2: Integer;
|
bx, by, bx1, by1, w1, w2: Integer;
|
||||||
begin
|
begin
|
||||||
if FrameStyle=frsDouble then
|
if FrameStyle=frsDouble then
|
||||||
w1 := Round(FrameWidth * 1.5);
|
w1 := Round(FrameWidth * 1.5)
|
||||||
else
|
else
|
||||||
w1 := Round(FrameWidth);
|
w1 := Round(FrameWidth);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user