- fixed SetBottomText1 to propertly set text colors on the upper text line

- eclipse bar now colors the numerical value to whatever direction the bar is heading
This commit is contained in:
Parnic
2010-10-20 03:49:34 +00:00
parent 1b86b760a3
commit 3cc7b1b1fb
2 changed files with 33 additions and 4 deletions

View File

@ -1155,6 +1155,7 @@ function IceBarElement.prototype:SetBottomText1(text, color)
alpha = 1
end
self.frame.bottomUpperText:SetTextColor(self:GetColor(color, alpha))
self.frame.bottomUpperText:SetText(text)
self.frame.bottomUpperText:SetWidth(0)
end