findplacetoput loops around, keeps rotation

This commit is contained in:
Tyfon
2024-06-18 01:00:29 -07:00
parent f24f527375
commit 61cbc32cf7
2 changed files with 211 additions and 24 deletions

View File

@@ -133,7 +133,7 @@ namespace UIFixes
public static bool Active
{
get { return SelectedItemViews.Count > 1; }
get { return SelectedItemViews.Count > 0; }
}
public static void ShowDragCount(DraggedItemView draggedItemView)