Skip to content

Commit aa6aa45

Browse files
committed
Merge pull request godotengine#97373 from kitbdev/fix-splitcontainer-collapsed-doc
Fix SplitContainer collapsed documentation
2 parents 0a847f7 + efe5cd2 commit aa6aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/SplitContainer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</methods>
3131
<members>
3232
<member name="collapsed" type="bool" setter="set_collapsed" getter="is_collapsed" default="false">
33-
If [code]true[/code], the area of the first [Control] will be collapsed and the dragger will be disabled.
33+
If [code]true[/code], the dragger will be disabled and the children will be sized as if the [member split_offset] was [code]0[/code].
3434
</member>
3535
<member name="drag_area_highlight_in_editor" type="bool" setter="set_drag_area_highlight_in_editor" getter="is_drag_area_highlight_in_editor_enabled" default="false">
3636
Highlights the drag area [Rect2] so you can see where it is during development. The drag area is gold if [member dragging_enabled] is [code]true[/code], and red if [code]false[/code].

0 commit comments

Comments
 (0)