Tree UI scroll bars do not scale with the tree
Closed this issue · 2 comments
willymcgeejr commented
Description: The canvas for tree manipulation in the tree editor does not scale with the tree as it is expanded, preventing you from editing portions of the tree if it gets too wide/deep
Reproduction:
- Create a tree using the tree UI
- Add new nodes until the tree reaches a depth where nodes spill off of the screen
OR - Add new children to the same node until the tree is too wide to be fully displayed on the screen
cev092 commented
This is most likely caused by the scrollbar being of type EditorGUILayout, but its contents begin of type EditorGUI.
willymcgeejr commented
Resolved in Merge 44cb274 to develop