mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Fix "SpriteFrames" editor not fully hidding the bottom panel
This commit is contained in:
parent
4ed8c45abd
commit
bf65bf0bbd
1 changed files with 0 additions and 1 deletions
|
@ -1611,7 +1611,6 @@ void SpriteFramesEditor::edit(Ref<SpriteFrames> p_frames) {
|
|||
if (p_frames.is_null()) {
|
||||
frames.unref();
|
||||
_remove_sprite_node();
|
||||
hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue