1
0
Fork 0

Merge pull request #106624 from timothyqiu/custom-base

Fix error when closing all scene tabs on the last tab
This commit is contained in:
Thaddeus Crews 2025-06-02 18:51:21 -05:00
commit 2d950c8d2e
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 1 deletions

View File

@ -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,