Unverified Commit e3be5bb6 by Rémi Verschelde Committed by GitHub

Merge pull request #16861 from YeldhamDev/tree_docs_fix

Clarified what the Tree's signals "item_activated" and "item_double_clicked" do
parents 497a4e9e 1260ed90
......@@ -280,7 +280,7 @@
</signal>
<signal name="item_activated">
<description>
Emitted when an item is activated (double-clicked).
Emitted when an item's label is double-clicked.
</description>
</signal>
<signal name="item_collapsed">
......@@ -296,7 +296,7 @@
</signal>
<signal name="item_double_clicked">
<description>
Emitted when an item is double clicked.
Emitted when an item's icon is double-clicked.
</description>
</signal>
<signal name="item_edited">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment