From 6e44eebb9eee8f8a4f518bec2baeae04032a8d5a Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Wed, 9 Apr 2025 17:01:17 +0200 Subject: [PATCH] another fix --- Source/Editor/Windows/ToolboxWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Windows/ToolboxWindow.cs b/Source/Editor/Windows/ToolboxWindow.cs index 44854f029..789ff0290 100644 --- a/Source/Editor/Windows/ToolboxWindow.cs +++ b/Source/Editor/Windows/ToolboxWindow.cs @@ -458,7 +458,7 @@ namespace FlaxEditor.Windows } if (string.IsNullOrEmpty(filterText)) - _groupSearch.SortChildren(); + _groupSearch.SortChildren(); _groupSearch.UnlockChildrenRecursive(); PerformLayout();