|
@@ -139,7 +139,7 @@ begin
|
|
|
if IsNan(aMaxHeight) then ;
|
|
|
lHorzPadding:=GetComputedLength(fcaPaddingLeft)+GetComputedLength(fcaPaddingRight);
|
|
|
lVertPadding:=GetComputedLength(fcaPaddingTop)+GetComputedLength(fcaPaddingBottom);
|
|
|
- Lsize:=LFont.TextSize('W');
|
|
|
+ LSize:=LFont.TextSize('W');
|
|
|
case aMode of
|
|
|
flmMinHeight,flmMax:
|
|
|
begin
|