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

This commit is contained in:
Mike McCormack 2006-06-15 16:05:48 +09:00 committed by Alexandre Julliard
parent 52c204be88
commit f86270a022
1 changed files with 1 additions and 1 deletions

View File

@ -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;