Demo: Tree Nodes: extract 'Tree Nodes->Selectable Nodes' into its own thing.
build / Build - Windows (push) Has been cancelled
build / Build - Linux (push) Has been cancelled
build / Build - MacOS (push) Has been cancelled
build / Build - iOS (push) Has been cancelled
build / Build - Emscripten (push) Has been cancelled
build / Build - Android (push) Has been cancelled
build / Test - Windows (push) Has been cancelled
build / Test - Linux (push) Has been cancelled

+ comments (#9401)
This commit is contained in:
ocornut
2026-05-18 14:13:49 +02:00
parent 93e396ffb7
commit e41d691da1
4 changed files with 72 additions and 51 deletions
+3
View File
@@ -49,6 +49,9 @@ Other Changes:
for user code to bypass it without using a clickable item. (#9382)
- Clicking on a window's empty-space to move/focus a window checks
for lack of queued focus request. (#9382)
- Demo:
- Extract 'Widgets->Tree Nodes->Selectable Nodes' out of the 'Advanced'
demo for clarity (manual reimplementation of basic selection).
-----------------------------------------------------------------------