mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 19:20:38 +02:00
Printers: removed dangling semicolon after "then", patch by n7800, merge request !403
This commit is contained in:
parent
b807160141
commit
c53ead5cc8
@ -154,7 +154,7 @@ begin
|
||||
// center
|
||||
vCenter := Height div 2;
|
||||
// adjust center
|
||||
if CurPageHeight > CurPageWidth then;
|
||||
if CurPageHeight > CurPageWidth then
|
||||
vCenter := vCenter - (txtHeight + cDimLineHeight + cPadding) div 2;
|
||||
// compute height/width
|
||||
fHeight := Height - cTopBottomMargin * 2 - txtHeight - cDimLineHeight - cPadding;
|
||||
|
Loading…
Reference in New Issue
Block a user