comctl32: Arrange the listview after deleting all items so we will place icons at the top again.
This commit is contained in:
parent
52c204be88
commit
f86270a022
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue