spktoolbar: Use LCL scaling (for Laz >= 1.8)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5983 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-07-08 20:35:49 +00:00
parent b70ca5e5d2
commit 271196a1f6
9 changed files with 184 additions and 139 deletions

View File

@ -1605,7 +1605,7 @@ end;
procedure SetDefaultFont(AFont: TFont);
begin
AFont.Assign(Screen.MenuFont);
// AFont.Assign(Screen.MenuFont);
end;
end.