From a5908ada067eb29eabbf5db74736ef49897df92c Mon Sep 17 00:00:00 2001 From: volzhs Date: Thu, 18 Jan 2018 04:15:22 +0900 Subject: Fix Error/Success/Warning icon color Fix #15781 Fix #15757 --- editor/editor_themes.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 9f031b5a80..9125f5f670 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -193,6 +193,10 @@ void editor_register_and_generate_icons(Ref 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(); -- cgit v1.2.3