From b7abea99e7dd9f9633acb68f8dc2453c67172783 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Mon, 30 Sep 2019 10:42:37 +0300 Subject: [PATCH] Fix theme in visual script dialogs (at startup) --- visual_script_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();