Bartosz Szreder
Bartosz Szreder
Hello @ocornut, I've implemented a simple tree line rendering in my application with the following algorithm (not the actual code, just an approximation/pseudocode): ``` //returns the node's rectangle ImRect RenderTree(Node*...
Looks a lot nicer when the treelines are drawn with `ImColor(128, 128, 128, 255)`: 
Hello @ocornut, I need some advice on implementing this feature. What I wanted to do is to add a `ImGuiTreeNodeFlags_IndentLines` flag that, when turned on, would indicate the need to...