From bf65bf0bbd71a210698b6fe97f75aedde13d747d Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Fri, 5 Sep 2025 13:33:05 -0300 Subject: [PATCH] Fix "SpriteFrames" editor not fully hidding the bottom panel --- editor/scene/sprite_frames_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/scene/sprite_frames_editor_plugin.cpp b/editor/scene/sprite_frames_editor_plugin.cpp index 1dafa16850a..bb83264a06e 100644 --- a/editor/scene/sprite_frames_editor_plugin.cpp +++ b/editor/scene/sprite_frames_editor_plugin.cpp @@ -1611,7 +1611,6 @@ void SpriteFramesEditor::edit(Ref p_frames) { if (p_frames.is_null()) { frames.unref(); _remove_sprite_node(); - hide(); return; }