Fix timeline tracks dragging like recent improvements to tree UI

This commit is contained in:
Wojtek Figat
2024-03-07 21:58:40 +01:00
parent a0e234ade1
commit 31c633d25c
4 changed files with 46 additions and 37 deletions

View File

@@ -44,7 +44,7 @@ namespace FlaxEditor.GUI.Tree
/// <summary>
/// The TreeNode that is being dragged over. This could have a value when not dragging.
/// </summary>
public TreeNode DraggedOverNode = null;
internal TreeNode DraggedOverNode = null;
/// <summary>
/// Action fired when tree nodes selection gets changed.