diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-10-11 21:08:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 21:08:42 +0200 |
commit | 736a2df4375c1042b028e267dc87a13d5d9340e8 (patch) | |
tree | 224b0208c502760d1a1b856a69e77863306aad1d /editor/plugins/visual_shader_editor_plugin.cpp | |
parent | 042e81f663d31c5d0c619349be14919a39333023 (diff) | |
parent | f82deaa5b38db124ef8b2f395b54602e3ff8e4ce (diff) |
Merge pull request #67244 from RandomShaper/split_render_further_2
Polish rendering driver refactor further (take 2)
Diffstat (limited to 'editor/plugins/visual_shader_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/visual_shader_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/visual_shader_editor_plugin.cpp b/editor/plugins/visual_shader_editor_plugin.cpp index d87513bfe1..8355f64fe5 100644 --- a/editor/plugins/visual_shader_editor_plugin.cpp +++ b/editor/plugins/visual_shader_editor_plugin.cpp @@ -3707,7 +3707,7 @@ void VisualShaderEditor::_notification(int p_what) { [[fallthrough]]; } case NOTIFICATION_THEME_CHANGED: { - highend_label->set_modulate(get_theme_color(SNAME("vulkan_color"), SNAME("Editor"))); + highend_label->set_modulate(get_theme_color(SNAME("highend_color"), SNAME("Editor"))); node_filter->set_right_icon(Control::get_theme_icon(SNAME("Search"), SNAME("EditorIcons"))); |