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