Add support for multi-select disable.
This commit is contained in:
@@ -415,7 +415,7 @@ namespace FlaxEditor.GUI.Tree
|
|||||||
|
|
||||||
// Up
|
// Up
|
||||||
List<TreeNode> toSelect = new List<TreeNode>();
|
List<TreeNode> toSelect = new List<TreeNode>();
|
||||||
if (shiftDown)
|
if (shiftDown && _supportMultiSelect)
|
||||||
{
|
{
|
||||||
toSelect.AddRange(Selection);
|
toSelect.AddRange(Selection);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user