1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix theme in visual script dialogs (at startup)

This commit is contained in:
Chaosus
2019-09-30 10:42:37 +03:00
parent ddc42be1db
commit a9d981d26c

View File

@@ -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<Theme> tm = EditorNode::get_singleton()->get_theme_base()->get_theme();