[PATCH 3/3] user32: Fix groupbox rectangle calculation in the button's WM_SETTEXT handler.

Nikolay Sivov bunglehead at gmail.com
Sun Feb 5 22:55:12 CST 2017


On 06.02.2017 7:34, Dmitry Timoshkov wrote:
> Nikolay Sivov <nsivov at codeweavers.com> wrote:
> 
>> +            /* FIXME: check other BS_* handlers */
>> +            if (btn_type == BS_GROUPBOX)
>> +                InflateRect(&rc, -7, 1); /* GB_Paint does this */
> 
> How about doing what FIXME suggests?

Sure, at some point. Original report is for group box, fix is limited to it.

> Adding some tests wouldn't hurt either.
> 

Test what, filled rectangle size? I don't think it makes sense.



More information about the wine-devel mailing list