Fix Error/Success/Warning icon color

Fix #15781
Fix #15757
This commit is contained in:
volzhs 2018-01-18 04:15:22 +09:00
parent 1968cc445c
commit a5908ada06

View file

@ -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();