Fix right click deselecting scene tree nodes.
This commit is contained in:
@@ -762,7 +762,7 @@ namespace FlaxEditor.GUI.Tree
|
|||||||
// Add/Remove
|
// Add/Remove
|
||||||
tree.AddOrRemoveSelection(this);
|
tree.AddOrRemoveSelection(this);
|
||||||
}
|
}
|
||||||
else
|
else if (button != MouseButton.Right)
|
||||||
{
|
{
|
||||||
// Select
|
// Select
|
||||||
tree.Select(this);
|
tree.Select(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user