LCL: font: IsEqual should ignore PixelsPerInch value - Assign ignores it as well.

git-svn-id: trunk@55660 -
This commit is contained in:
ondrej 2017-08-14 10:23:15 +00:00
parent 9932d66e51
commit 28a2b957bf

View File

@ -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)