mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 08:13:58 +01:00
LCL: font: IsEqual should ignore PixelsPerInch value - Assign ignores it as well.
git-svn-id: trunk@55660 -
This commit is contained in:
parent
9932d66e51
commit
28a2b957bf
@ -721,7 +721,6 @@ begin
|
|||||||
if (AFont=nil)
|
if (AFont=nil)
|
||||||
or (CharSet<>AFont.CharSet)
|
or (CharSet<>AFont.CharSet)
|
||||||
or (Color<>AFont.Color)
|
or (Color<>AFont.Color)
|
||||||
or (PixelsPerInch<>AFont.PixelsPerInch)
|
|
||||||
or (Size<>AFont.Size)
|
or (Size<>AFont.Size)
|
||||||
or (Height<>AFont.Height)
|
or (Height<>AFont.Height)
|
||||||
or (Name<>AFont.Name)
|
or (Name<>AFont.Name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user