فهرست منبع

Merge pull request #110280 from YeldhamDev/it_is_always_the_smallest_things

Fix "SpriteFrames" editor not fully hidding the bottom panel
Thaddeus Crews 2 روز پیش
والد
کامیت
bd3eb67828
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      editor/scene/sprite_frames_editor_plugin.cpp

+ 0 - 1
editor/scene/sprite_frames_editor_plugin.cpp

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