Merge pull request #55836 from jabcross/asset-selectable
This commit is contained in:
commit
ece3b0dd61
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ void EditorAssetLibraryItemDescription::configure(const String &p_title, int p_a
|
|||
description->pop();
|
||||
description->add_text("\n" + TTR("Description:") + "\n\n");
|
||||
description->append_text(p_description);
|
||||
description->set_selection_enabled(true);
|
||||
set_title(p_title);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue