Переглянути джерело

Fix error when closing all scene tabs on the last tab

Haoyu Qiu 3 місяців тому
батько
коміт
787d7c8b53
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:
 public:
 	enum {
 	enum {
-		SCENE_SHOW_IN_FILESYSTEM = 3000, // Prevents conflicts with EditorNode options.
+		SCENE_SHOW_IN_FILESYSTEM = 1000, // Prevents conflicts with EditorNode options.
 		SCENE_RUN,
 		SCENE_RUN,
 		SCENE_CLOSE_OTHERS,
 		SCENE_CLOSE_OTHERS,
 		SCENE_CLOSE_RIGHT,
 		SCENE_CLOSE_RIGHT,