comctl32: header: fix bug found out by running valgrind on the regression tests.

This commit is contained in:
Eric Pouech 2006-11-08 21:46:42 +01:00 committed by Alexandre Julliard
parent 63ca94c419
commit 6e022a3a28
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack, LRESULT lCDFlags
if (phdi->fmt & HDF_STRING) {
RECT textRect;
SetRectEmpty(&textRect);
DrawTextW (hdc, phdi->pszText, -1,
&textRect, DT_LEFT|DT_VCENTER|DT_SINGLELINE|DT_CALCRECT);
cw = textRect.right - textRect.left + 2 * infoPtr->iMargin;