• Zhiyi Zhang's avatar
    winecfg: Don't convert font height to points when saving system font metrics. · 5cebefc2
    Zhiyi Zhang authored
    Fix tooltip font size becomes smaller after clicking the apply button in Desktop Integration tab.
    For example, the original non-client area tooltip font lfHeight is -11. 11 pixels is 8 points in 96
    DPI. Setting font size to 8 points to SPI_SETNONCLIENTMETRICS will make SPI_GETNONCLIENTMETRICS
    report lfHeight as 8. With lfHeight being 8, CreateFontIndirectW() creates a smaller font. This
    behavior is added by 5b8fdb97. I assume the intention was to save font size in a DPI-independent way.
    However, when lfHeight is negative, lfHeight will still be scaled back to 96 DPI before saving it to
    registry and scaled to system DPI when it's read from registry. So I think converting to points is
    unnecessary.
    Signed-off-by: 's avatarZhiyi Zhang <zzhang@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    5cebefc2
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...