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

Dmitry Timoshkov dmitry at baikal.ru
Sun Feb 5 22:34:05 CST 2017


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? Adding some tests wouldn't hurt either.

-- 
Dmitry.



More information about the wine-devel mailing list