Added functionality to order items by name
This commit is contained in:
@@ -230,7 +230,7 @@ namespace FlaxEditor.Windows
|
||||
}
|
||||
|
||||
_view.IsSearching = true;
|
||||
_view.ShowItems(items);
|
||||
_view.ShowItems(items, Editor.Windows.ContentWin._sortBy);
|
||||
}
|
||||
|
||||
private void UpdateItemsSearchFilter(ContentFolder folder, List<ContentItem> items, bool[] filters)
|
||||
|
||||
Reference in New Issue
Block a user