[PATCH] comctl32: Fix checkbox wrong box alignment with BS_VCENTER.

Alexandre Julliard julliard at winehq.org
Thu Apr 26 14:19:16 CDT 2018


Zhiyi Zhang <zzhang at codeweavers.com> writes:

> BS_VCENTER shares bit field with BS_TOP and BS_BOTTOM. Thus
> the condition can't base on only logic AND.
>
> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
> ---
>  dlls/comctl32/button.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good, can you please also do the same thing in user32?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list