jakesays-old / gwen-dotnet

Automatically exported from code.google.com/p/gwen-dotnet
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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