Commit b7cc4409 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

comctl32: Update the tooltip rectangle when a tool button is hidden.

parent ef975efe
...@@ -1690,6 +1690,7 @@ TOOLBAR_LayoutToolbar(TOOLBAR_INFO *infoPtr) ...@@ -1690,6 +1690,7 @@ TOOLBAR_LayoutToolbar(TOOLBAR_INFO *infoPtr)
if (btnPtr->fsState & TBSTATE_HIDDEN) if (btnPtr->fsState & TBSTATE_HIDDEN)
{ {
SetRectEmpty (&btnPtr->rect); SetRectEmpty (&btnPtr->rect);
TOOLBAR_TooltipSetRect(infoPtr, btnPtr);
continue; continue;
} }
......
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