From ac7145c3be03baa3eae27f1bf50956c2961495c1 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sun, 3 Jan 2016 12:42:50 +0100 Subject: [PATCH] Disable renaming AnimatedSprite frames --- tools/editor/plugins/sprite_frames_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/plugins/sprite_frames_editor_plugin.cpp b/tools/editor/plugins/sprite_frames_editor_plugin.cpp index 7b8f1535be9..306c69533a3 100644 --- a/tools/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/tools/editor/plugins/sprite_frames_editor_plugin.cpp @@ -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()) {