You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #78203 from felaugmar/patch-1
Fixed `RichTextLabel::clear` documentation
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
<method name="clear">
|
<method name="clear">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="deselect">
|
<method name="deselect">
|
||||||
|
|||||||
Reference in New Issue
Block a user