mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix error when closing all scene tabs on the last tab
This commit is contained in:
parent
be3ecaeb3c
commit
787d7c8b53
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue