http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd550a
)
comctl32: Use a clip region when collapsing the treeview.
author
Colin Finck
<mail@colinfinck.de>
Mon, 9 Jun 2008 21:57:58 +0000
(23:57 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 19 Jun 2008 09:47:17 +0000
(11:47 +0200)
dlls/comctl32/treeview.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/comctl32/treeview.c
b/dlls/comctl32/treeview.c
index fb67c24960e36e9098d04aa68f88a2a960494e91..28b822ea9614d9fd5b6d115f665fb5a9aa5fff74 100644
(file)
--- a/
dlls/comctl32/treeview.c
+++ b/
dlls/comctl32/treeview.c
@@
-3209,7
+3209,7
@@
TREEVIEW_Collapse(TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *wineItem,
{
scrollRect.top = nextItem->rect.top;
- ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect,
NULL
,
+ ScrollWindowEx (infoPtr->hwnd, 0, scrollDist, &scrollRect,
&scrollRect
,
NULL, NULL, SW_ERASE | SW_INVALIDATE);
TREEVIEW_Invalidate(infoPtr, wineItem);
} else {