mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +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;
|
||||
|
||||
{$ifdef VerboseQt}
|
||||
WriteLn(' Font metrics height: ', AFont.Metrics.height, ' Angle: ',
|
||||
WriteLn(' Font metrics height: ', Font.Metrics.height, ' Angle: ',
|
||||
Round(0.1 * Font.Angle));
|
||||
{$endif}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user