[COMCTL32] Mark a ros-diff with its tracking ticket: CORE-4912

svn path=/trunk/; revision=69363
This commit is contained in:
Amine Khaldi 2015-09-26 16:30:49 +00:00
parent a73afd7919
commit b43d84ffb5

View file

@ -2871,7 +2871,7 @@ TREEVIEW_Refresh(TREEVIEW_INFO *infoPtr, HDC hdc, const RECT *rc)
//
// FIXME: 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
// Comment out until the real bug is found. CORE-4912
//
#ifndef __REACTOS__
TREEVIEW_UpdateScrollBars(infoPtr);