wine/programs/winecfg
Zhiyi Zhang bf6ed90cd6 winecfg: Set buddy window for the size up-down control only once.
Fix the size up-down control becoming smaller every time the apply button is pressed in the Desktop
Integration tab.

UDM_SETBUDDY always shrinks the buddy window for a up-down control according to tests. And a
PSN_SETACTIVE notification is sent every time the apply button is pressed, thus init_dialog() gets
called again and sends an extra UDM_SETBUDDY message.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-22 17:57:46 +02:00
..
about.c
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
logo.svg
main.c winecfg: Restart 64-bit version from the system32 directory. 2021-04-16 11:15:18 +02:00
Makefile.in winecfg: Use nameless unions. 2021-03-23 09:32:45 +01:00
resource.h winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
theme.c winecfg: Set buddy window for the size up-down control only once. 2021-06-22 17:57:46 +02:00
winecfg.c
winecfg.h winecfg: Add /v parameter to display current Windows version. 2020-09-02 21:27:50 +02:00
winecfg.ico
winecfg.man.in
winecfg.manifest
winecfg.rc winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
winecfg.svg
x11drvdlg.c