comctl32/button: Use BS_PUSHLIKE instead of WS_EX_RIGHT in BUTTON_PositionRect().
commit5e16493f71c70c4dc54db8de0900e42fd00417f7
authorZhiyi Zhang <zzhang@codeweavers.com>
Tue, 2 Nov 2021 07:17:51 +0000 (2 15:17 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Nov 2021 16:09:39 +0000 (2 17:09 +0100)
treee3921b7cf2e08650b94008bfb67b81e7e575b8cb
parentff5f45f444f0b81d6e387a9d3200ebec7534fe81
comctl32/button: Use BS_PUSHLIKE instead of WS_EX_RIGHT in BUTTON_PositionRect().

BS_PUSHLIKE and WS_EX_RIGHT have the same value and it was a typo to use WS_EX_RIGHT.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comctl32/button.c