- fixed a bug with text alpha being unchangeable with LibDogTag usage disabled

This commit is contained in:
Parnic
2009-03-23 14:43:02 +00:00
parent 7ffa8968de
commit cb5642efd9

View File

@ -780,8 +780,9 @@ function IceBarElement.prototype:UpdateBar(scale, color, alpha)
if DogTag ~= nil and self.moduleSettings.usesDogTagStrings then
DogTag:UpdateAllForFrame(self.frame)
self:SetTextAlpha()
end
self:SetTextAlpha()
end