[Bug 42010] ReactOS Calc does not show dots in radio buttons.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 18 00:47:21 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=42010

Dmitry Timoshkov <dmitry at baikal.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #5 from Dmitry Timoshkov <dmitry at baikal.ru> ---
1. calc sources from ReactOS won't compile neither with PSDK nor Wine headers,
you may want to fix that (calc.h should include winbase.h after windef.h).
2. the problem with radio buttons is caused by broken logic in dlls/user32/
button.c,BM_SETCHECK handler. In particular BUTTON_CheckAutoRadioButton()
helper does weird things, simply disabling this call fixes the bug.

-- 
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.



More information about the wine-bugs mailing list