Skip to content

Commit a03b44c

Browse files
committed
Don't clear the list view groups if all list view items get deleted. In the native control the groups remain valid.
1 parent d45d6ff commit a03b44c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ExplorerListView.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14504,11 +14504,9 @@ LRESULT ExplorerListView::OnDeleteAllItems(UINT message, WPARAM wParam, LPARAM l
1450414504
#ifdef USE_STL
1450514505
itemIDs.clear();
1450614506
itemParams.clear();
14507-
groups.clear();
1450814507
#else
1450914508
itemIDs.RemoveAll();
1451014509
itemParams.RemoveAll();
14511-
groups.RemoveAll();
1451214510
#endif
1451314511
}
1451414512

0 commit comments

Comments
 (0)