summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-03 12:42:50 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-03 12:45:12 +0100
commitac7145c3be03baa3eae27f1bf50956c2961495c1 (patch)
tree031b85ddaaa2a91bedf95da726a23273b1c2188b
parentdf5fa62ab955437f05bfd7acdf6ed61d6d9c827e (diff)
Disable renaming AnimatedSprite frames
-rw-r--r--tools/editor/plugins/sprite_frames_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/sprite_frames_editor_plugin.cpp b/tools/editor/plugins/sprite_frames_editor_plugin.cpp
index 7b8f1535be..306c69533a 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()) {