Merge pull request #59874 from ConteZero/richtextlabel_deselect

This commit is contained in:
Rémi Verschelde 2022-04-04 16:57:11 +02:00 committed by GitHub
commit e659eb66a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 16 deletions

View file

@ -49,6 +49,12 @@
Clears the tag stack and sets [member text] to an empty string.
</description>
</method>
<method name="deselect">
<return type="void" />
<description>
Clears the current selection.
</description>
</method>
<method name="get_character_line">
<return type="int" />
<argument index="0" name="character" type="int" />