From 28a2b957bf849ac1b45c343e1731b7cffece6e1f Mon Sep 17 00:00:00 2001 From: ondrej Date: Mon, 14 Aug 2017 10:23:15 +0000 Subject: [PATCH] LCL: font: IsEqual should ignore PixelsPerInch value - Assign ignores it as well. git-svn-id: trunk@55660 - --- lcl/include/font.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/include/font.inc b/lcl/include/font.inc index 72477d6f72..3774da3bea 100644 --- a/lcl/include/font.inc +++ b/lcl/include/font.inc @@ -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)