mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Add index into item_array into ItemTreeNode
This commit is contained in:
parent
99364e26a9
commit
b95342551b
3 changed files with 5 additions and 0 deletions
|
@ -990,6 +990,7 @@ fn generate_item_tree(
|
|||
children_count: #children_count,
|
||||
children_index: #children_index,
|
||||
parent_index: #parent_index,
|
||||
item_array_index: 0,
|
||||
}
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue