Module: wine Branch: master Commit: b45ad560e45bd5a326252fca5f89209d20344a60 URL: https://gitlab.winehq.org/wine/wine/-/commit/b45ad560e45bd5a326252fca5f89209...
Author: Ilia Docin ilya.docin@contentai.ru Date: Wed May 22 17:41:30 2024 +0300
comctl32/rebar: Hide chevron if rebar's band is resized back to full size with gripper.
---
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,