summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-01-06 11:49:22 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-01-06 11:49:22 +0100
commit9849df94388baf46c38cd8608004caf88e4af386 (patch)
tree613a46ad6c33bd4a510d62642154d5a1f0c7f2b9
parent30ce222205bec23440f05502051a29fa08740254 (diff)
parentac7145c3be03baa3eae27f1bf50956c2961495c1 (diff)
Merge pull request #3217 from neikeq/asframes_patch
Disable renaming SpriteFrames
-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 c8df805f5e..048df2d682 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()) {