mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:22:54 +02:00
Qt: fixed compilation when -dVerboseQt enabled.
git-svn-id: trunk@20764 -
This commit is contained in:
parent
1afac02c06
commit
7fc09eb060
@ -2116,7 +2116,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{$ifdef VerboseQt}
|
{$ifdef VerboseQt}
|
||||||
WriteLn(' Font metrics height: ', AFont.Metrics.height, ' Angle: ',
|
WriteLn(' Font metrics height: ', Font.Metrics.height, ' Angle: ',
|
||||||
Round(0.1 * Font.Angle));
|
Round(0.1 * Font.Angle));
|
||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user