mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:20:17 +02:00
LCL: less warnings
git-svn-id: trunk@40634 -
This commit is contained in:
parent
10b317edcd
commit
743dd613d4
@ -761,8 +761,8 @@ begin
|
|||||||
Font.Bold := AFont.Bold;
|
Font.Bold := AFont.Bold;
|
||||||
Font.Italic := AFont.Italic;
|
Font.Italic := AFont.Italic;
|
||||||
Font.Underline := AFont.Underline;
|
Font.Underline := AFont.Underline;
|
||||||
{$IF (FPC_FULLVERSION<=20600) or (FPC_FULLVERSION=20602)}
|
{$IF (FPC_FULLVERSION<=20600)}
|
||||||
Font.StrikeTrough := AFont.StrikeTrough; //old version with typo
|
Font.{%H-}StrikeTrough := AFont.{%H-}StrikeTrough; //old version with typo
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
Font.StrikeThrough := AFont.StrikeThrough;
|
Font.StrikeThrough := AFont.StrikeThrough;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user