mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[COMCTL32]
Update a tool buttons tooltip rectangle when the button gets hidden. Patch will be sent upstream! CORE-12667 #resolve svn path=/trunk/; revision=73853
This commit is contained in:
@@ -1758,6 +1758,7 @@ TOOLBAR_LayoutToolbar(TOOLBAR_INFO *infoPtr)
|
||||
if (btnPtr->fsState & TBSTATE_HIDDEN)
|
||||
{
|
||||
SetRectEmpty (&btnPtr->rect);
|
||||
TOOLBAR_TooltipSetRect(infoPtr, btnPtr);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user