소스 검색

Merge pull request #106624 from timothyqiu/custom-base

Fix error when closing all scene tabs on the last tab
Thaddeus Crews 3 달 전
부모
커밋
2d950c8d2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/gui/editor_scene_tabs.h

+ 1 - 1
editor/gui/editor_scene_tabs.h

@@ -47,7 +47,7 @@ class EditorSceneTabs : public MarginContainer {
 
 public:
 	enum {
-		SCENE_SHOW_IN_FILESYSTEM = 3000, // Prevents conflicts with EditorNode options.
+		SCENE_SHOW_IN_FILESYSTEM = 1000, // Prevents conflicts with EditorNode options.
 		SCENE_RUN,
 		SCENE_CLOSE_OTHERS,
 		SCENE_CLOSE_RIGHT,