소스 검색

Fix "SpriteFrames" editor not fully hidding the bottom panel

Michael Alexsander 5 일 전
부모
커밋
bf65bf0bbd
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;
 	}