Disable renaming AnimatedSprite frames

This commit is contained in:
Ignacio Etcheverry 2016-01-03 12:42:50 +01:00
parent df5fa62ab9
commit ac7145c3be

View file

@ -338,7 +338,6 @@ void SpriteFramesEditor::_update_library() {
TreeItem *ti = tree->create_item(root);
ti->set_cell_mode(0,TreeItem::CELL_MODE_STRING);
ti->set_editable(0,true);
ti->set_selectable(0,true);
if (frames->get_frame(i).is_null()) {