From efe5cd29d93c607397600f40a0f17e925e56eaa7 Mon Sep 17 00:00:00 2001 From: kit Date: Mon, 23 Sep 2024 13:31:53 -0400 Subject: [PATCH] Fix SplitContainer collapsed documentation --- doc/classes/SplitContainer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SplitContainer.xml b/doc/classes/SplitContainer.xml index 650c3961909..daafbbdd87c 100644 --- a/doc/classes/SplitContainer.xml +++ b/doc/classes/SplitContainer.xml @@ -30,7 +30,7 @@ - If [code]true[/code], the area of the first [Control] will be collapsed and the dragger will be disabled. + 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]. 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].