diff options
| author | Ignacio Etcheverry | 2016-01-03 12:42:50 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry | 2016-01-03 12:45:12 +0100 |
| commit | ac7145c3be03baa3eae27f1bf50956c2961495c1 (patch) | |
| tree | 031b85ddaaa2a91bedf95da726a23273b1c2188b /tools/editor/plugins/sprite_frames_editor_plugin.cpp | |
| parent | df5fa62ab955437f05bfd7acdf6ed61d6d9c827e (diff) | |
| download | godot-ac7145c3be03baa3eae27f1bf50956c2961495c1.tar.gz godot-ac7145c3be03baa3eae27f1bf50956c2961495c1.tar.zst godot-ac7145c3be03baa3eae27f1bf50956c2961495c1.zip | |
Disable renaming AnimatedSprite frames
Diffstat (limited to 'tools/editor/plugins/sprite_frames_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/sprite_frames_editor_plugin.cpp | 1 |
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 7b8f1535b..306c69533 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()) { |
