mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Document Tree.item_collapsed also being emitted when the item is expanded
This also mentions that the signal is emitted even when the item is expanded/collapsed through code.
This commit is contained in:
@@ -431,7 +431,8 @@
|
||||
<signal name="item_collapsed">
|
||||
<param index="0" name="item" type="TreeItem" />
|
||||
<description>
|
||||
Emitted when an item is collapsed by a click on the folding arrow.
|
||||
Emitted when an item is expanded or collapsed by clicking on the folding arrow or through code.
|
||||
[b]Note:[/b] Despite its name, this signal is also emitted when an item is expanded.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="item_edited">
|
||||
|
||||
Reference in New Issue
Block a user