Skip to content

Commit

Permalink
Merge pull request #15817 from volzhs/icon-color
Browse files Browse the repository at this point in the history
Fix Error/Success/Warning icon color
  • Loading branch information
akien-mga authored Jan 18, 2018
2 parents fd3011c + a5908ad commit 9452480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editor/editor_themes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 9452480

Please sign in to comment.