You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix SpriteFrames editor visibility problems
This commit is contained in:
@@ -2334,7 +2334,9 @@ void SpriteFramesEditorPlugin::make_visible(bool p_visible) {
|
|||||||
EditorNode::get_bottom_panel()->make_item_visible(frames_editor);
|
EditorNode::get_bottom_panel()->make_item_visible(frames_editor);
|
||||||
} else {
|
} else {
|
||||||
button->hide();
|
button->hide();
|
||||||
frames_editor->edit(Ref<SpriteFrames>());
|
if (frames_editor->is_visible_in_tree()) {
|
||||||
|
EditorNode::get_bottom_panel()->hide_bottom_panel();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user