summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-10-29 08:04:33 +0100
committerGitHub <noreply@github.com>2020-10-29 08:04:33 +0100
commit13e93fe90499b3aac569ac09440c8d6056efba68 (patch)
treecf57e97a3a25f7e7e694c8fb41e6dab8e0437c42
parent50da616eeb9e3566058983bcb29f36e36a45e9df (diff)
parent120ef02ca3f3fa2ea122aa576f7f1b1e63775f4a (diff)
Merge pull request #43086 from SirQuartz/patch-2
Clarify what the "item_rect_changed" signal does
-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">