summaryrefslogtreecommitdiffstats
path: root/editor/plugins/visual_shader_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-09-01 12:30:52 +0200
committerGitHub <noreply@github.com>2019-09-01 12:30:52 +0200
commita02d2fdb84e08fe2ca87cc2343bb863cfce77280 (patch)
treec33cadfa8761fa7325ef7e9391bd54219176a1a1 /editor/plugins/visual_shader_editor_plugin.cpp
parentadb85fc8ae3a68168e003ce42958bc933282fcaf (diff)
parent8fd858954753a7e87e220cd538ef905b0615c7cb (diff)
downloadredot-engine-a02d2fdb84e08fe2ca87cc2343bb863cfce77280.tar.gz
Merge pull request #31848 from Chaosus/fix_graph_resizer_style
Fix resizer icon visiblity on light theme in GraphNode
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.cpp')
-rw-r--r--editor/plugins/visual_shader_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}
}