Fix "SpriteFrames" editor not fully hidding the bottom panel

This commit is contained in:
Michael Alexsander 2025-09-05 13:33:05 -03:00
parent 4ed8c45abd
commit bf65bf0bbd
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA

View file

@ -1611,7 +1611,6 @@ void SpriteFramesEditor::edit(Ref<SpriteFrames> p_frames) {
if (p_frames.is_null()) { if (p_frames.is_null()) {
frames.unref(); frames.unref();
_remove_sprite_node(); _remove_sprite_node();
hide();
return; return;
} }