Demo: Tree Nodes: extract 'Tree Nodes->Selectable Nodes' into its own thing.

+ 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

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