Commit cc5d49f8 authored by Matt Chapman's avatar Matt Chapman Committed by Alexandre Julliard

REBAR_ShowBand needs to force layout of the rebar after a band is

hidden/unhidden.
parent 6e728e40
......@@ -3746,6 +3746,7 @@ REBAR_ShowBand (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
ShowWindow (lpBand->hwndChild, SW_HIDE);
}
infoPtr->fStatus |= BAND_NEEDS_LAYOUT;
REBAR_Layout (infoPtr, NULL, TRUE, FALSE);
InvalidateRect(infoPtr->hwndSelf, 0, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment