mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +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.Italic := AFont.Italic;
|
||||
Font.Underline := AFont.Underline;
|
||||
{$IF (FPC_FULLVERSION<=20600) or (FPC_FULLVERSION=20602)}
|
||||
Font.StrikeTrough := AFont.StrikeTrough; //old version with typo
|
||||
{$IF (FPC_FULLVERSION<=20600)}
|
||||
Font.{%H-}StrikeTrough := AFont.{%H-}StrikeTrough; //old version with typo
|
||||
{$ELSE}
|
||||
Font.StrikeThrough := AFont.StrikeThrough;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user