Index: dll/win32/comctl32/toolbar.c =================================================================== --- dll/win32/comctl32/toolbar.c (Revision 43359) +++ dll/win32/comctl32/toolbar.c (Arbeitskopie) @@ -569,7 +569,7 @@ UINT state = tbcd->nmcd.uItemState; /* draw text */ - if (lpText) { + if (lpText && infoPtr->nMaxTextRows > 0) { TRACE("string=%s rect=(%s)\n", debugstr_w(lpText), wine_dbgstr_rect(rcText));