user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler.
commit96d0af52eb0d14084397647b974c5efebb59d0f0
authorDmitry Timoshkov <dmitry@baikal.ru>
Sun, 25 Nov 2018 17:58:00 +0000 (25 20:58 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Nov 2018 11:51:43 +0000 (26 12:51 +0100)
tree93dee0168cbff7dcc60790c2081b21c418871967
parent2d9e3236ea8ae752184b8a285f9d616ec94afb8f
user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler.

This patch also changes the logic to get the control style with WM_GETDLGCODE
instead of GetWindowLong to make the message test pass.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/button.c