Selaa lähdekoodia

Merge pull request #15817 from volzhs/icon-color

Fix Error/Success/Warning icon color
Rémi Verschelde 7 vuotta sitten
vanhempi
commit
945248052c
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      editor/editor_themes.cpp

+ 4 - 0
editor/editor_themes.cpp

@@ -193,6 +193,10 @@ void editor_register_and_generate_icons(Ref<Theme> p_theme, bool p_dark_theme =
 	exceptions.push_back("ZoomReset");
 	exceptions.push_back("LockViewport");
 	exceptions.push_back("GroupViewport");
+	exceptions.push_back("StatusError");
+	exceptions.push_back("StatusSuccess");
+	exceptions.push_back("StatusWarning");
+	exceptions.push_back("NodeWarning");
 
 	clock_t begin_time = clock();