mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 17:11:30 +00:00
Merge pull request #3217 from neikeq/asframes_patch
Disable renaming SpriteFrames
This commit is contained in:
commit
9849df9438
1 changed files with 0 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue