Limit the scene tree and prefab tree rename popup to only go to panel right edge.

This commit is contained in:
Chandler Cox
2023-10-25 11:38:14 -05:00
parent 806590d1c3
commit 8c6ced4bb9
3 changed files with 7 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ namespace FlaxEditor.Windows
{
if (selection.Count != 0)
Editor.SceneEditing.Select(actor);
actor.TreeNode.StartRenaming(this);
actor.TreeNode.StartRenaming(this, _sceneTreePanel);
}
}