Skip to content

Commit bd3eb67

Browse files
committed
Merge pull request #110280 from YeldhamDev/it_is_always_the_smallest_things
Fix "SpriteFrames" editor not fully hidding the bottom panel
2 parents 0e8df80 + bf65bf0 commit bd3eb67

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)