Limit the scene tree and prefab tree rename popup to only go to panel right edge.
This commit is contained in:
@@ -142,7 +142,7 @@ namespace FlaxEditor.Windows
|
||||
{
|
||||
if (selection.Count != 0)
|
||||
Editor.SceneEditing.Select(actor);
|
||||
actor.TreeNode.StartRenaming(this);
|
||||
actor.TreeNode.StartRenaming(this, _sceneTreePanel);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user