do not clear user search on script reload

This commit is contained in:
xxSeys1
2025-04-25 18:32:05 +02:00
parent 4e44831bbe
commit 1704cfba4d

View File

@@ -204,7 +204,6 @@ namespace FlaxEditor.Windows
private void OnScriptsReload()
{
// Prevent any references to actor types from the game assemblies that will be reloaded
_searchBox.Clear();
_groupSearch.DisposeChildren();
_groupSearch.PerformLayout();
@@ -228,6 +227,7 @@ namespace FlaxEditor.Windows
private void OnScriptsReloadEnd()
{
RefreshActorTabs();
OnSearchBoxTextChanged();
}
private void RefreshActorTabs()