Merge pull request #53078 from YeldhamDev/debugger_style_fix

Fix error when opening multiple debugger sessions
This commit is contained in:
Rémi Verschelde 2021-09-26 08:42:41 +02:00 committed by GitHub
commit 84faf39544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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