mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Fix error when opening multiple debugger sessions
This commit is contained in:
parent
9013771b53
commit
1363fe3892
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user