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

UpdateColors inside of Label.cs overwrites custom draw color. #36

Open
GoogleCodeExporter opened this issue Aug 21, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

The UpdateColors function does not attempt to restore the users original color 
setting for labels when it is called. Instead all labels are forced to:
TextColor = Skin.Colors.Button.Normal;

Which results in labels not being colored.

Original issue reported on code.google.com by chuck.m....@gmail.com on 26 Oct 2013 at 2:10

@GoogleCodeExporter
Copy link
Author

you can use the "TextColorOverride" property :works fine with labels
it's a drawback of using a global skin.

Original comment by uben...@gmail.com on 9 Apr 2015 at 10:47

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

No branches or pull requests

1 participant