1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #104010 from aaronfranke/main-screen-auto-switch

Improve editor 2D/3D main screen auto-switching logic
This commit is contained in:
Thaddeus Crews
2025-05-14 09:44:09 -05:00
6 changed files with 31 additions and 24 deletions

View File

@@ -208,7 +208,6 @@ public:
virtual void add_callback(const String &p_function, const PackedStringArray &p_args) = 0;
virtual void update_settings() = 0;
virtual void set_debugger_active(bool p_active) = 0;
virtual bool can_lose_focus_on_node_selection() { return true; }
virtual void update_toggle_files_button() {}
virtual bool show_members_overview() = 0;
@@ -598,8 +597,6 @@ public:
void trigger_live_script_reload(const String &p_script_path);
void trigger_live_script_reload_all();
bool can_take_away_focus() const;
VSplitContainer *get_left_list_split() { return list_split; }
void set_live_auto_reload_running_scripts(bool p_enabled);