Skip to content

Commit 9355845

Browse files
committed
Merge pull request #97367 from AdriaandeJongh/clarify-canvasitem-visibility-followup
Clarify CanvasItem's visibility signal descriptions (followup)
2 parents 63d16a9 + 9b474e3 commit 9355845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/CanvasItem.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@
648648
</signal>
649649
<signal name="hidden">
650650
<description>
651-
Emitted when the [CanvasItem] becomes hidden, either because its own [member visible] property was set to [code]false[/code] or the [member visible] property of one of its [CanvasItem] ancestors was set to [code]false[/code].
651+
Emitted when the [CanvasItem] is hidden, i.e. it's no longer visible in the tree (see [method is_visible_in_tree]).
652652
</description>
653653
</signal>
654654
<signal name="item_rect_changed">
@@ -658,7 +658,7 @@
658658
</signal>
659659
<signal name="visibility_changed">
660660
<description>
661-
Emitted when the [CanvasItem]'s visibility changes, either because its own [member visible] property changed or because the visility of one of its [CanvasItem] ancestors changed (equivalent to a change in [method is_visible_in_tree]).
661+
Emitted when the [CanvasItem]'s visibility changes, either because its own [member visible] property changed or because its visibility in the tree changed (see [method is_visible_in_tree]).
662662
</description>
663663
</signal>
664664
</signals>

0 commit comments

Comments
 (0)