Skip to content

Commit

Permalink
Merge pull request #53078 from YeldhamDev/debugger_style_fix
Browse files Browse the repository at this point in the history
Fix error when opening multiple debugger sessions
  • Loading branch information
akien-mga authored Sep 26, 2021
2 parents 79e33f8 + 1363fe3 commit 84faf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/debugger/script_editor_debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void ScriptEditorDebugger::update_tabs() {
}

void ScriptEditorDebugger::clear_style() {
tabs->add_theme_style_override("panel", nullptr);
tabs->remove_theme_style_override("panel");
}

void ScriptEditorDebugger::save_node(ObjectID p_id, const String &p_file) {
Expand Down

0 comments on commit 84faf39

Please sign in to comment.