Skip to content

Commit

Permalink
Merge pull request #43086 from SirQuartz/patch-2
Browse files Browse the repository at this point in the history
Clarify what the "item_rect_changed" signal does
  • Loading branch information
akien-mga authored Oct 29, 2020
2 parents 50da616 + 120ef02 commit 13e93fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/CanvasItem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 13e93fe

Please sign in to comment.