From eb8fe8b0843cacf06656101d9b081da68050ccd6 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sun, 30 Aug 2020 22:25:35 -0400 Subject: [PATCH] Document scroll horizontal and scroll vertical in text edit --- doc/classes/TextEdit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index d4abac15c09..ccc99dc8e3c 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -404,10 +404,10 @@ If [code]true[/code], read-only mode is enabled. Existing text cannot be modified and new text cannot be added. - The current horizontal scroll value. + If there is a horizontal scrollbar this determines the current horizontal scroll value in pixels. - The current vertical scroll value. + If there is a vertical scrollbar this determines the current vertical scroll value in line numbers, starting at 0 for the top line. If [code]true[/code], text can be selected.