From d08717d0ee51d903880a62857ccd70a144acd3b3 Mon Sep 17 00:00:00 2001 From: Nick H <62965063+SirQuartz@users.noreply.github.com> Date: Fri, 25 Jun 2021 23:33:00 -0400 Subject: [PATCH] Amend `Label`.clip_text() Method Description This update fixes an inconsistencies in the documentation about the `clip_text()` method. (cherry picked from commit ea94aeac482bf54602b23ca1aa210fa7d6a93758) --- doc/classes/Label.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index b36b29c8ac..7b6d3ae17e 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -48,7 +48,7 @@ If [code]true[/code], wraps the text inside the node's bounding rectangle. If you resize the node, it will change its height automatically to show all the text. - If [code]true[/code], the Label only shows the text that fits inside its bounding rectangle. It also lets you scale the node down freely. + If [code]true[/code], the Label only shows the text that fits inside its bounding rectangle and will clip text horizontally. The node ignores the first [code]lines_skipped[/code] lines before it starts to display text.