Fix an error when changing the color of a CustomCD Bar.

This commit is contained in:
shefki
2010-03-25 01:00:30 +00:00
parent f303d7ee75
commit 38d3b17ec2

View File

@ -137,7 +137,7 @@ function IceCustomCDBar.prototype:GetOptions()
self.moduleSettings.barColor.r = r
self.moduleSettings.barColor.g = g
self.moduleSettings.barColor.b = b
self.barFrame:SetStatusBarColor(self:GetBarColor())
self.barFrame.bar:SetVertexColor(self:GetBarColor())
end,
disabled = function()
return not self.moduleSettings.enabled