summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSirQuartz <62965063+SirQuartz@users.noreply.github.com>2020-10-26 00:18:16 -0400
committerSirQuartz <62965063+SirQuartz@users.noreply.github.com>2020-10-28 15:59:14 +0100
commit120ef02ca3f3fa2ea122aa576f7f1b1e63775f4a (patch)
tree11e1de6e648f267bf3fdc999e432156885ad06ee /doc
parent1ee507d62cc6f0e7ec9f67723c3cea763b48af98 (diff)
Clarify what the "item_rect_changed" signal does
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CanvasItem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 11000ce8d5..9f6baae8a3 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -640,7 +640,7 @@
</signal>
<signal name="item_rect_changed">
<description>
- Emitted when the item rect has changed.
+ Emitted when the item's [Rect2] boundaries (position or size) have changed, or when an action is taking place that may have impacted these boundaries (e.g. changing [member Sprite2D.texture]).
</description>
</signal>
<signal name="visibility_changed">