You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix error when opening multiple debugger sessions
This commit is contained in:
@@ -147,7 +147,7 @@ void ScriptEditorDebugger::update_tabs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ScriptEditorDebugger::clear_style() {
|
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) {
|
void ScriptEditorDebugger::save_node(ObjectID p_id, const String &p_file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user