From 6df5db960f256f39c2a34cd69b5aa0aedfed9f49 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 9 Jun 2010 08:09:35 +0000 Subject: [PATCH] This bug seems to have gone now. Tried to replicate it the devmgmt treeview. svn path=/trunk/; revision=47706 --- reactos/dll/win32/comctl32/comctl32_ros.diff | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/reactos/dll/win32/comctl32/comctl32_ros.diff b/reactos/dll/win32/comctl32/comctl32_ros.diff index 8b0db1fae71..c4f34bf1890 100644 --- a/reactos/dll/win32/comctl32/comctl32_ros.diff +++ b/reactos/dll/win32/comctl32/comctl32_ros.diff @@ -120,22 +120,3 @@ Index: tooltips.c + } return 0; } - -Index: treeview.c -=================================================================== ---- treeview.c (revision 38890) -+++ treeview.c (working copy) -@@ -2830,7 +2830,12 @@ - } - } - -- TREEVIEW_UpdateScrollBars(infoPtr); -+ // -+ // This is correct, but is causes and infinite loop of WM_PAINT messages, resulting -+ // in continuous painting of the scroll bar in reactos. Comment out until the real -+ // bug is found -+ // -+ //TREEVIEW_UpdateScrollBars(infoPtr); - - if (infoPtr->cdmode & CDRF_NOTIFYPOSTPAINT) - infoPtr->cdmode =