comctl32: header: Don't erase the left header egde.
This commit is contained in:
parent
28e3ba552e
commit
3897015580
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue