Sweden-Number/programs/winecfg
Zhiyi Zhang 5cebefc24f winecfg: Don't convert font height to points when saving system font metrics.
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 5b8fdb9. 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: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-02 12:39:12 +02:00
..
Makefile.in winecfg: Use nameless unions. 2021-03-23 09:32:45 +01:00
about.c winecfg: Avoid depending on the PACKAGE_* macros. 2020-04-09 09:32:26 +02:00
appdefaults.c ntdll: Bump Win 10 version to 17763. 2020-09-28 13:23:44 +02:00
audio.c winecfg: Use nameless unions. 2021-03-23 09:32:45 +01:00
drive.c libwine: Remove wine/library.h. 2020-09-08 16:26:17 +02:00
driveui.c winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
idw_testsound.wav
libraries.c winecfg: Get the builtins list from the architecture-specific PE directory. 2021-04-26 21:34:02 +02:00
logo.ico winecfg: Added new logo graphics. 2010-06-09 13:26:26 +02:00
logo.svg winecfg: Added new logo graphics. 2010-06-09 13:26:26 +02:00
main.c winecfg: Restart 64-bit version from the system32 directory. 2021-04-16 11:15:18 +02:00
resource.h winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
theme.c winecfg: Don't convert font height to points when saving system font metrics. 2021-07-02 12:39:12 +02:00
winecfg.c winecfg: Use the ARRAY_SIZE() macro. 2018-10-30 00:10:14 +01:00
winecfg.h winecfg: Add /v parameter to display current Windows version. 2020-09-02 21:27:50 +02:00
winecfg.ico winecfg: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
winecfg.man.in winecfg: Move WineHQ URLs to https. 2017-12-01 10:06:17 +01:00
winecfg.manifest winecfg: Remove processorArchitecture from manifest. 2017-09-05 10:31:50 +02:00
winecfg.rc winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
winecfg.svg winecfg: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
x11drvdlg.c winecfg: Constrain DPI values to the commonly supported ones. 2018-05-15 12:37:28 +02:00