comctl32: Indentation fix.
This commit is contained in:
parent
309654f058
commit
441780b2f1
|
@ -1562,7 +1562,7 @@ TREEVIEW_DeleteItem(TREEVIEW_INFO *infoPtr, HTREEITEM item)
|
|||
newFirstVisible = item->prevSibling;
|
||||
else if (item->parent != infoPtr->root)
|
||||
newFirstVisible = item->parent;
|
||||
TREEVIEW_SetFirstVisible(infoPtr, NULL, TRUE);
|
||||
TREEVIEW_SetFirstVisible(infoPtr, NULL, TRUE);
|
||||
}
|
||||
else
|
||||
newFirstVisible = infoPtr->firstVisible;
|
||||
|
|
Loading…
Reference in New Issue