Allow changing keys for imported AnimationLibraries in the editor

This commit is contained in:
Jonathan Nicholl 2022-10-27 18:09:17 -04:00
parent 3f045951ed
commit 1419eefcc6

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