Fix obviously wrong condition in an "if" statement.
This commit is contained in:
parent
b6153a1165
commit
317d6c592a
|
@ -1967,7 +1967,7 @@ TREEVIEW_GetItemT(TREEVIEW_INFO *infoPtr, LPTVITEMEXW tvItem, BOOL isW)
|
|||
|
||||
if (tvItem->mask & TVIF_CHILDREN)
|
||||
{
|
||||
if (TVIF_CHILDREN==I_CHILDRENCALLBACK)
|
||||
if (wineItem->cChildren==I_CHILDRENCALLBACK)
|
||||
FIXME("I_CHILDRENCALLBACK not supported\n");
|
||||
tvItem->cChildren = wineItem->cChildren;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue