(Breaking) TreeNode: commented out legacy name ImGuiTreeNodeFlags_SpanTextWidth which was obsoleted in 1.90.7 (May 2024). Use ImGuiTreeNodeFlags_SpanLabelWidth instead.

This commit is contained in:
ocornut
2026-06-02 18:37:01 +02:00
parent a054a016e2
commit 995e4a65ff
3 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,9 @@ HOW TO UPDATE?
Breaking Changes:
- TreeNode: commented out legacy name `ImGuiTreeNodeFlags_SpanTextWidth` which
was obsoleted in 1.90.7 (May 2024). Use `ImGuiTreeNodeFlags_SpanLabelWidth`.
Other Changes:
- Windows: