From 1419eefcc6daf0850863832154bfba59d311d8da Mon Sep 17 00:00:00 2001 From: Jonathan Nicholl Date: Thu, 27 Oct 2022 18:09:17 -0400 Subject: [PATCH] Allow changing keys for imported AnimationLibraries in the editor --- editor/plugins/animation_library_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/plugins/animation_library_editor.cpp b/editor/plugins/animation_library_editor.cpp index c4c0799daad..7ab2cdbe534 100644 --- a/editor/plugins/animation_library_editor.cpp +++ b/editor/plugins/animation_library_editor.cpp @@ -668,7 +668,7 @@ void AnimationLibraryEditor::update_tree() { } } - libitem->set_editable(0, !animation_library_is_foreign); + libitem->set_editable(0, true); libitem->set_metadata(0, K); libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));