mirror of
https://github.com/reactos/reactos.git
synced 2025-06-09 11:20:39 +00:00
This bug seems to have gone now. Tried to replicate it the devmgmt treeview.
svn path=/trunk/; revision=47706
This commit is contained in:
parent
b589f99b78
commit
6df5db960f
1 changed files with 0 additions and 19 deletions
|
@ -120,22 +120,3 @@ Index: tooltips.c
|
||||||
+ }
|
+ }
|
||||||
return 0;
|
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 =
|
|
||||||
|
|
Loading…
Reference in a new issue