You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added a new flag to ImGui called ImGuiTreeNodeFlags_NoBullet that removes the bullet. I think it's an important feature since the bullet is not necessarily functional like the arrow. It disables the RenderBullet() call in TreeNodeBehavior(). I had my own TreeNodeEx function to implement a folders/file view (think resource view in Unity) and I updated to see your new version. These bullets suddenly appeared and it looked ugly to me.
I tried to create a pull request but it failed (permissions problem).
What do you think of the idea?
The text was updated successfully, but these errors were encountered:
This is how it works normally, yes. However if you are stuck for that feature the PR is an obvious two lines so it's ok to skip this one. But it would have to wait until my mind is back on tree stuff :)
Hi,
I've added a new flag to ImGui called
ImGuiTreeNodeFlags_NoBullet
that removes the bullet. I think it's an important feature since the bullet is not necessarily functional like the arrow. It disables theRenderBullet()
call inTreeNodeBehavior()
. I had my own TreeNodeEx function to implement a folders/file view (think resource view in Unity) and I updated to see your new version. These bullets suddenly appeared and it looked ugly to me.I tried to create a pull request but it failed (permissions problem).
What do you think of the idea?
The text was updated successfully, but these errors were encountered: