From c58b5c5df4453bb6ce70f5836137fa8d970516d6 Mon Sep 17 00:00:00 2001 From: Feniks Date: Fri, 13 Nov 2020 14:57:18 +0000 Subject: [PATCH] Changed mouse cursor to the caret (text cursor) location. (cherry picked from commit 59ed3c1aaf356f571464135f46e16441e66b5433) --- doc/classes/TextEdit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 7bc8bb28d87..957a9689c6c 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -223,7 +223,7 @@ - Returns a [String] text with the word under the mouse cursor location. + Returns a [String] text with the word under the caret (text cursor) location.