Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play

Add editor setting to keep bottom panel state on play and stop game
This commit is contained in:
Rémi Verschelde 2024-05-29 22:13:45 +02:00
commit c42751cae2
No known key found for this signature in database
GPG key ID: C3336907360768E1
6 changed files with 29 additions and 19 deletions

View file

@ -1009,7 +1009,6 @@ void ScriptEditorDebugger::start(Ref<RemoteDebuggerPeer> p_peer) {
set_process(true);
camera_override = CameraOverride::OVERRIDE_NONE;
tabs->set_current_tab(0);
_set_reason_text(TTR("Debug session started."), MESSAGE_SUCCESS);
_update_buttons_state();
emit_signal(SNAME("started"));