fixes, renames, cleanup

This commit is contained in:
Tyfon
2024-06-17 12:41:42 -07:00
parent 2824f684cc
commit da3ffc170d
7 changed files with 93 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ namespace UIFixes
public static void Clear()
{
// ToList() because we'll be modifying the collection
// ToList() because modifying the collection
foreach (GridItemView itemView in SelectedItemViews.Keys.ToList())
{
Deselect(itemView);