mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Make editor close empty scene when creating an inherited one
Fixes #28654.
This commit is contained in:
@@ -671,6 +671,7 @@ public:
|
||||
static void remove_editor_plugin(EditorPlugin *p_editor, bool p_config_changed = false);
|
||||
|
||||
void new_inherited_scene() { _menu_option_confirm(FILE_NEW_INHERITED_SCENE, false); }
|
||||
void close_current_scene() { _menu_option_confirm(FILE_CLOSE, false); }
|
||||
|
||||
void set_docks_visible(bool p_show);
|
||||
bool get_docks_visible() const;
|
||||
|
||||
Reference in New Issue
Block a user