- if a module is set to always be at 100% alpha, make sure the internal 'alpha' variable is set to 1 or else any custom color's alpha will override it

This commit is contained in:
Parnic
2009-04-20 14:13:03 +00:00
parent aaf2ea5dfb
commit 9429f5add8

View File

@ -207,6 +207,7 @@ end
function IceElement.prototype:UpdateAlpha()
if self.moduleSettings.alwaysFullAlpha then
self.alpha = 1
self.frame:SetAlpha(1)
return
end