From: Eric Kohl Subject: comctl32: Update the tooltip rectangle when a tool button is hidden Message-Id: <58AB40C3.2050304@t-online.de> Date: Mon, 20 Feb 2017 20:17:23 +0100 Signed-off-by: Eric Kohl --- dlls/comctl32/toolbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index 784745c..bb53d66 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -1690,6 +1690,7 @@ TOOLBAR_LayoutToolbar(TOOLBAR_INFO *infoPtr) if (btnPtr->fsState & TBSTATE_HIDDEN) { SetRectEmpty (&btnPtr->rect); + TOOLBAR_TooltipSetRect(infoPtr, btnPtr); continue; } -- 1.9.1