comctl32: header: Don't erase the left header egde.

This commit is contained in:
Mikołaj Zalewski 2006-05-17 01:17:02 +02:00 committed by Alexandre Julliard
parent 28e3ba552e
commit 3897015580
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT iItem, BOOL bHotTrack)
RECT rcBackground = r;
rcBackground.right -= cxEdge;
rcBackground.left += cxEdge;
FillRect(hdc, &rcBackground, hbr);
DeleteObject(hbr);
}