Merge pull request #67965 from jtnicholl/key_to_the_library

Allow changing imported AnimationLibrary names in AnimationPlayer in the editor
This commit is contained in:
Rémi Verschelde 2023-10-28 18:33:13 +02:00
commit 8bdf3c7c63
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

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