mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:59:06 +02:00
lazcontrols: lvlgraphctrl: high-DPI. Issue #31781
git-svn-id: trunk@54929 -
This commit is contained in:
parent
a5fb446af5
commit
94b65e57e9
@ -2464,6 +2464,7 @@ begin
|
||||
inherited Paint;
|
||||
|
||||
Canvas.Font.Assign(Font);
|
||||
Canvas.Font.PixelsPerInch := Font.PixelsPerInch;
|
||||
|
||||
Include(FFlags,lgcFocusedPainting);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user