Merge pull request #55836 from jabcross/asset-selectable

This commit is contained in:
Rémi Verschelde 2021-12-12 18:34:41 +01:00 committed by GitHub
commit ece3b0dd61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}