mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #53078 from YeldhamDev/debugger_style_fix
Fix error when opening multiple debugger sessions
This commit is contained in:
commit
84faf39544
@ -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…
x
Reference in New Issue
Block a user