mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove bbcode_text from RichTextLabel
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text
This commit is contained in:
parent
191c34eb0d
commit
053b3b946c
5 changed files with 57 additions and 58 deletions
|
|
@ -230,7 +230,7 @@ void EditorAssetLibraryItemDescription::configure(const String &p_title, int p_a
|
|||
description->add_text(TTR("View Files"));
|
||||
description->pop();
|
||||
description->add_text("\n" + TTR("Description:") + "\n\n");
|
||||
description->append_bbcode(p_description);
|
||||
description->append_text(p_description);
|
||||
set_title(p_title);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue