mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Polish rendering driver refactor further (take 2)
This commit is contained in:
parent
e413d1c9c3
commit
f82deaa5b3
8 changed files with 16 additions and 16 deletions
|
|
@ -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")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue