Module: wine Branch: refs/heads/master Commit: 3897015580d90ceb65a81222d3bc2854108a76e9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=3897015580d90ceb65a81222...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Wed May 17 01:17:02 2006 +0200
comctl32: header: Don't erase the left header egde.
---
dlls/comctl32/header.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c index 19d3889..d363e34 100644 --- a/dlls/comctl32/header.c +++ b/dlls/comctl32/header.c @@ -328,6 +328,7 @@ HEADER_DrawItem (HWND hwnd, HDC hdc, INT RECT rcBackground = r;
rcBackground.right -= cxEdge; + rcBackground.left += cxEdge; FillRect(hdc, &rcBackground, hbr); DeleteObject(hbr); }