mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02: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)
|
||||
or (CharSet<>AFont.CharSet)
|
||||
or (Color<>AFont.Color)
|
||||
or (PixelsPerInch<>AFont.PixelsPerInch)
|
||||
or (Size<>AFont.Size)
|
||||
or (Height<>AFont.Height)
|
||||
or (Name<>AFont.Name)
|
||||
|
Loading…
Reference in New Issue
Block a user