added deselecting nodes when left clicking in blank area in the scene and prefab tree views
This commit is contained in:
@@ -442,6 +442,15 @@ namespace FlaxEditor.Windows
|
||||
return true;
|
||||
}
|
||||
|
||||
if (buttons == MouseButton.Left)
|
||||
{
|
||||
if (Editor.StateMachine.CurrentState.CanEditScene)
|
||||
{
|
||||
Editor.SceneEditing.Deselect();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user