20 Feb
2017
20 Feb
'17
1:24 p.m.
On 20.02.2017 22:17, Eric Kohl wrote:
Signed-off-by: Eric Kohl <eric.kohl(a)t-online.de> --- 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; }
Hi, Eric. What are symptoms of that? I'd guess it's causing tooltips to appear when they shouldn't, or tooltips from one button to appear for another. Do you have an demo application for that or any easy way to reproduce?