1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #110280 from YeldhamDev/it_is_always_the_smallest_things

Fix "SpriteFrames" editor not fully hidding the bottom panel
This commit is contained in:
Thaddeus Crews
2025-09-08 13:57:18 -05:00

View File

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