IDE: fix compilation. Issue #33645

git-svn-id: trunk@57700 -
This commit is contained in:
ondrej 2018-04-25 07:02:37 +00:00
parent c08e2769d8
commit f68e29767c

View File

@ -797,7 +797,7 @@ begin
risCheckedHot: ted:=FRIGroup.FedCheckedHot;
end;
ThemeServices.DrawElement(Canvas.Handle, ted, FRIGroup.FRadioRect);
FBGlyph.Draw(Canvas, ClientRect, FRIGroup.FGlyphPt, bsUp, False, 0);
FBGlyph.Draw(Canvas, ClientRect, FRIGroup.FGlyphPt, bsUp, False, 0, Font.PixelsPerInch, GetCanvasScaleFactor);
inherited Paint;
end;