Merge pull request #43501 from Feniks-Gaming/master

In LineEdit Changed "mouse cursor"  to the "caret (text cursor)".
This commit is contained in:
Rémi Verschelde 2020-11-13 16:48:40 +01:00 committed by GitHub
commit de4ae92287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,7 @@
<return type="String">
</return>
<description>
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.
</description>
</method>
<method name="insert_text_at_cursor">