Skip to content

Commit bf65bf0

Browse files
committed
Fix "SpriteFrames" editor not fully hidding the bottom panel
1 parent 4ed8c45 commit bf65bf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/scene/sprite_frames_editor_plugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,6 @@ void SpriteFramesEditor::edit(Ref<SpriteFrames> p_frames) {
16111611
if (p_frames.is_null()) {
16121612
frames.unref();
16131613
_remove_sprite_node();
1614-
hide();
16151614
return;
16161615
}
16171616

0 commit comments

Comments
 (0)