From 3316454379146c6920f2ad9759ca4d46ca41c5e3 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:57:06 +0300 Subject: Fix LineEdit text incorrectly trimmed due to rounding errors. --- doc/classes/LineEdit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 84471bafc0..849f3651eb 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -65,7 +65,7 @@ - + Returns the scroll offset due to [member caret_column], as a number of characters. -- cgit v1.2.3