- fixed custom bars not monitoring weapon enchants/poisons correctly

- fixed custom bars and cooldown bars drawing at full alpha at all times
This commit is contained in:
Parnic
2010-12-24 08:13:43 +00:00
parent 8d68276ade
commit 74869ce924
2 changed files with 12 additions and 4 deletions

View File

@ -397,7 +397,7 @@ function IceCustomCDBar.prototype:GetOptions()
name = L["Upper Text Color"],
get = function()
self:FixupTextColors()
return self.moduleSettings.upperTextColor.r, self.moduleSettings.upperTextColor.g, self.moduleSettings.upperTextColor.b, 1
return self.moduleSettings.upperTextColor.r, self.moduleSettings.upperTextColor.g, self.moduleSettings.upperTextColor.b, self.alpha
end,
set = function(info, r,g,b)
self.moduleSettings.upperTextColor.r = r