[PATCH v6 0/1] MR5706: comctl32/rebar: Hide chevron if rebar's band is resized back to full size with gripper
-- v6: comctl32/rebar: Hide chevron if rebar's band is resized back to full size with gripper. https://gitlab.winehq.org/wine/wine/-/merge_requests/5706
From: Ilia Docin <ilya.docin(a)contentai.ru> --- dlls/comctl32/rebar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index 61fd30c445f..7bb8f33ae06 100644 --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -799,6 +799,8 @@ REBAR_CalcHorzBand (const REBAR_INFO *infoPtr, UINT rstart, UINT rend) lpBand->rcChild.top, lpBand->rcChild.right + CHEVRON_WIDTH, lpBand->rcChild.bottom); } + else + SetRectEmpty(&lpBand->rcChevron); } else { SetRect (&lpBand->rcChild, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5706
On Wed Jun 26 07:14:31 2024 +0000, Zhiyi Zhang wrote:
Please also change the commit message title to "comctl32/rebar: Hide chevron if rebar's band is resized back to full size with gripper.". Note the dot at the end of the title. Done.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5706#note_74480
This merge request was approved by Zhiyi Zhang. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5706
This merge request was approved by Nikolay Sivov. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5706
participants (4)
-
Ilia Docin -
Ilia Docin (@IDocin) -
Nikolay Sivov (@nsivov) -
Zhiyi Zhang (@zhiyi)