openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Update UI::TreeNodeFlags #480

Closed nicoell closed 2 months ago

nicoell commented 2 months ago

The TreeNodeFlags are not up to date. In https://github.com/ocornut/imgui/commit/2c07d581de7396753ea873fb765ffc7d411fecad the flag ImGuiTreeNodeFlags_SpanAllColumns was added. I'm currently using this flag manually (1 << 13), but a few weeks ago new flags were added shifting SpanAllColumns to 1 << 14, which is why a named enum version would be very appreciated: https://github.com/ocornut/imgui/commit/b8a44b198c992fe1f987d03dac7c7a72db730baa

https://openplanet.dev/docs/api/UI/TreeNodeFlags