Skip to content

4.4.189

Pre-release
Pre-release
Compare
Choose a tag to compare
@pc-build-bot pc-build-bot released this 19 Jan 07:36
Properly scale default skin font according to DPI (#1110)

Original fix introduced in 528d15 was not correct.
The problem is that `SystemParametersInfo` uses DPI that current session
started with.

We should use `SystemParametersInfoForDpi` (available since Win10 1607)
that returns properly scaled font size.

Fixes #1110