- fixed the 'bar visible' checkbox to work again

This commit is contained in:
Parnic
2010-03-25 17:03:29 +00:00
parent a726d5c03f
commit 608b772790

View File

@ -644,7 +644,7 @@ function IceBarElement.prototype:CreateBar()
if not (self.barFrame.bar) then if not (self.barFrame.bar) then
self.barFrame.bar = self.frame:CreateTexture(nil, "LOW") self.barFrame.bar = self.barFrame:CreateTexture(nil, "LOW")
end end
self.barFrame.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture()) self.barFrame.bar:SetTexture(IceElement.TexturePath .. self:GetMyBarTexture())