Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Error/Success/Warning icon color #15817

Merged
merged 1 commit into from
Jan 18, 2018
Merged

Conversation

volzhs
Copy link
Contributor

@volzhs volzhs commented Jan 17, 2018

Fix #15781
Fix #15757

Those icons have their own color and it's regenerated with theme color.

@volzhs volzhs added this to the 3.0 milestone Jan 17, 2018
@volzhs volzhs requested a review from djrm January 17, 2018 19:19
@akien-mga akien-mga merged commit 9452480 into godotengine:master Jan 18, 2018
@volzhs volzhs deleted the icon-color branch January 24, 2018 07:38
@djrm
Copy link
Contributor

djrm commented Jan 26, 2018

hm, this wasnt the right fix, what this is doing is avoiding the tinting of these icons (so in white themes they will look bad), however they need to get the color from the current theme error color, the problem was that colors are somehow being corrupted

https://github.com/godotengine/godot/pull/15817/files#diff-a303f0e6ee369856bcaf5dcf959c40e7R363

@volzhs
Copy link
Contributor Author

volzhs commented Jan 27, 2018

those icons should be white then. isn't it?

@djrm
Copy link
Contributor

djrm commented Jan 27, 2018

@volzhs no they have a special color (there is one for the errors, one for warnings and one for success icons) used in the color eplacement code (before resterization).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants