Fix error when opening multiple debugger sessions

This commit is contained in:
Michael Alexsander 2021-09-25 20:35:19 -03:00
parent 9013771b53
commit 1363fe3892

View file

@ -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) {