lazcontrols: lvlgraphctrl: high-DPI. Issue #31781

git-svn-id: trunk@54929 -
This commit is contained in:
ondrej 2017-05-14 15:25:16 +00:00
parent a5fb446af5
commit 94b65e57e9

View File

@ -2464,6 +2464,7 @@ begin
inherited Paint;
Canvas.Font.Assign(Font);
Canvas.Font.PixelsPerInch := Font.PixelsPerInch;
Include(FFlags,lgcFocusedPainting);