Merge pull request #78203 from felaugmar/patch-1

Fixed `RichTextLabel::clear` documentation
This commit is contained in:
Rémi Verschelde 2023-06-14 11:13:44 +02:00
commit 72ee877b22
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@
<method name="clear">
<return type="void" />
<description>
Clears the tag stack and sets [member text] to an empty string.
Clears the tag stack.
[b]Note:[/b] This method will not modify [member text], but setting [member text] to an empty string also clears the stack.
</description>
</method>
<method name="deselect">