From 8fd858954753a7e87e220cd538ef905b0615c7cb Mon Sep 17 00:00:00 2001 From: Chaosus89 Date: Sun, 1 Sep 2019 08:57:56 +0300 Subject: Fix resizer icon visiblity on light theme in GraphNode --- editor/plugins/visual_shader_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/plugins/visual_shader_editor_plugin.cpp') diff --git a/editor/plugins/visual_shader_editor_plugin.cpp b/editor/plugins/visual_shader_editor_plugin.cpp index 66fbc32b1c..6b338ca02b 100644 --- a/editor/plugins/visual_shader_editor_plugin.cpp +++ b/editor/plugins/visual_shader_editor_plugin.cpp @@ -410,6 +410,7 @@ void VisualShaderEditor::_update_created_node(GraphNode *node) { node->add_color_override("title_color", c); c.a = 0.7; node->add_color_override("close_color", c); + node->add_color_override("resizer_color", c); } } -- cgit v1.2.3