- made sure to set the default height on the slice'n'dice bar to 0 to make sure it doesn't go crazy

This commit is contained in:
Parnic
2010-03-25 17:19:38 +00:00
parent 608b772790
commit 58c631badb

View File

@ -157,6 +157,7 @@ function SliceAndDice.prototype:CreateDurationBar()
self.durationFrame.bar:SetPoint("BOTTOMRIGHT",self.frame,"BOTTOMRIGHT")
self.durationFrame.bar:SetVertexColor(self:GetColor("SliceAndDicePotential", self.alpha * self.moduleSettings.durationAlpha))
self.durationFrame.bar:SetHeight(0)
self:UpdateBar(1, "undef")