summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-12-12 18:34:41 +0100
committerGitHub <noreply@github.com>2021-12-12 18:34:41 +0100
commitece3b0dd61092978fce5e2be66fb88ede17033c9 (patch)
tree258471ff47511b9dc0edf3b69324ce7ee1ac5915 /editor
parent4cf55e80eb893f36818f8e85ea7be04c23dac8a9 (diff)
parent814a4ee434130eb38bbedb6c9ddc40937f700bfa (diff)
Merge pull request #55836 from jabcross/asset-selectable
Diffstat (limited to 'editor')
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp
index 0925b34ac1..951af92467 100644
--- a/editor/plugins/asset_library_editor_plugin.cpp
+++ b/editor/plugins/asset_library_editor_plugin.cpp
@@ -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);
}