diff --git a/visual_script_editor.cpp b/visual_script_editor.cpp index 37f581e..093901a 100644 --- a/visual_script_editor.cpp +++ b/visual_script_editor.cpp @@ -3915,6 +3915,8 @@ void VisualScriptEditor::_notification(int p_what) { return; } + edit_variable_edit->add_style_override("bg", get_stylebox("bg", "Tree")); + edit_signal_edit->add_style_override("bg", get_stylebox("bg", "Tree")); func_input_scroll->add_style_override("bg", get_stylebox("bg", "Tree")); Ref tm = EditorNode::get_singleton()->get_theme_base()->get_theme();