I also enabled on the UILabel the ShrinkContent option with Crisp Always.
Does anybody else have the same issue?
Title: Re: UILabel text with color bug in 3.0.3?
Post by: Mauri on October 28, 2013, 03:53:53 PM
Same Issue here.
Title: Re: UILabel text with color bug in 3.0.3?
Post by: Darkmax on October 28, 2013, 04:31:09 PM
I know this doesn't resolve completely the problem, for the cases where you have more than one color on one label, but if you have just one color on one label you can use UILabel.color for the time being
Title: Re: UILabel text with color bug in 3.0.3?
Post by: gdeglin on October 28, 2013, 06:35:15 PM
Same bug here.
Title: Re: UILabel text with color bug in 3.0.3?
Post by: ArenMook on October 29, 2013, 12:09:10 AM
Confirmed, will fix.
Title: Re: UILabel text with color bug in 3.0.3?
Post by: ArenMook on October 29, 2013, 12:32:47 AM
You can fix it locally by replacing line 354 in NGUIText. Currently it is:
Title: Re: UILabel text with color bug in 3.0.3?
Post by: Nubeh on October 29, 2013, 04:24:48 AM
It works...BUT, there's another bug with this fix. The text is set to ShrinkContent but now it doesn't shrink and in my case it goes out of my screen. The dynamic coloring works.
Title: Re: UILabel text with color bug in 3.0.3?
Post by: ArenMook on October 29, 2013, 04:16:23 PM
It's a different bug, and I am aware of it. I just haven't gotten around to fixing it as it's not super-critical (and because I keep forgetting <_<).