Fix tree node navigation with key arrows to be more usable for deep hierarchies
This commit is contained in:
@@ -20,6 +20,7 @@ namespace FlaxEditor.SceneGraph
|
||||
protected RootNode()
|
||||
: base(null, Guid.NewGuid())
|
||||
{
|
||||
_treeNode.AutoFocus = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -29,6 +30,7 @@ namespace FlaxEditor.SceneGraph
|
||||
protected RootNode(Guid id)
|
||||
: base(null, id)
|
||||
{
|
||||
_treeNode.AutoFocus = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user