Commit f86270a0 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

comctl32: Arrange the listview after deleting all items so we will place icons at the top again.

parent 52c204be
......@@ -4294,8 +4294,8 @@ static BOOL LISTVIEW_DeleteAllItems(LISTVIEW_INFO *infoPtr)
infoPtr->nItemCount --;
}
LISTVIEW_Arrange(infoPtr, LVA_DEFAULT);
LISTVIEW_UpdateScroll(infoPtr);
LISTVIEW_InvalidateList(infoPtr);
return TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment