[COMCTL32]
[reactos.git] / reactos / dll / win32 / comctl32 / toolbar.c
index ad571db..e87e2a5 100644 (file)
@@ -1758,6 +1758,7 @@ TOOLBAR_LayoutToolbar(TOOLBAR_INFO *infoPtr)
        if (btnPtr->fsState & TBSTATE_HIDDEN)
        {
            SetRectEmpty (&btnPtr->rect);
+           TOOLBAR_TooltipSetRect(infoPtr, btnPtr);
            continue;
        }