Bartosz Szreder

Results 3 comments of 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)`: ![image](https://user-images.githubusercontent.com/6040921/79560417-df272600-80a7-11ea-9b94-86a1c973743a.png)

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...