30 Dec
2023
30 Dec
'23
6:36 a.m.
https://bugs.winehq.org/show_bug.cgi?id=56109 --- Comment #1 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- This is due to a missing BN_CLICKED notification in comctl32's button : if ((btn_type == BS_RADIOBUTTON) || (btn_type == BS_AUTORADIOBUTTON)) BUTTON_NOTIFY_PARENT(hWnd, BN_CLICKED); has to be added at the very end of case WM_SETFOCUS in BUTTON_WindowProc Note : this item is identified in the header as a "ToDo" - WM_SETFOCUS: For (manual or automatic) radio buttons, send the parent window BN_CLICKED -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.