mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
Remove a change from our diff file for comctl32, which is in Wine HEAD as well.
See issue #2843 for more details. svn path=/trunk/; revision=34948
This commit is contained in:
parent
8edd5bdaa0
commit
ef848a8f68
1 changed files with 0 additions and 9 deletions
|
@ -134,12 +134,3 @@ Index: treeview.c
|
||||||
if (infoPtr->cdmode & CDRF_NOTIFYPOSTPAINT)
|
if (infoPtr->cdmode & CDRF_NOTIFYPOSTPAINT)
|
||||||
infoPtr->cdmode =
|
infoPtr->cdmode =
|
||||||
TREEVIEW_SendCustomDrawNotify(infoPtr, CDDS_POSTPAINT, hdc, rect);
|
TREEVIEW_SendCustomDrawNotify(infoPtr, CDDS_POSTPAINT, hdc, rect);
|
||||||
@@ -3209,7 +3207,7 @@
|
|
||||||
{
|
|
||||||
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 {
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue