[PATCH 0/1] MR5706: comctl32/rebar: Hide chevron if the full width of rebar is displayed
22 May
22 May
2:43 p.m.
New subject: [PATCH 1/1] comctl32/rebar: Hide chevron if the full width of rebar is displayed
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
574
Age (days ago)
574
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ilia Docin -
Ilia Docin (@IDocin)