LCL: TFont: call Changed after PixelsPerInch change

git-svn-id: trunk@54217 -
This commit is contained in:
ondrej 2017-02-21 10:46:37 +00:00
parent 4a89ed8ec1
commit 4de009ab5e

View File

@ -861,6 +861,7 @@ begin
// the Height value is not correct anymore -> force recalculate it
if Height<>0 then
Height := MulDiv(Height, APixelsPerInch, OldPPI);
Changed;
end;
{------------------------------------------------------------------------------