Clarify what the "item_rect_changed" signal does

(cherry picked from commit 120ef02ca3)
This commit is contained in:
SirQuartz 2020-10-26 00:18:16 -04:00 committed by Rémi Verschelde
parent f279f657a5
commit 7dd5de5a57
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -594,7 +594,7 @@
</signal> </signal>
<signal name="item_rect_changed"> <signal name="item_rect_changed">
<description> <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 Sprite.texture]).
</description> </description>
</signal> </signal>
<signal name="visibility_changed"> <signal name="visibility_changed">