- Unbreaking some modules that broke in r731

This commit is contained in:
rokiyo
2010-10-30 16:06:44 +00:00
parent fa74303411
commit cb1eca5f0d
4 changed files with 8 additions and 8 deletions

View File

@ -107,7 +107,7 @@ function EclipseBar.prototype:CreateSolarBar()
self.solarBar = CreateFrame("Frame", nil, self.frame)
end
local solarTop = not IceHUD:xor(self.moduleSettings.reverse, self.moduleSettings.inverse)
local solarTop = not IceHUD:xor(self.moduleSettings.reverse, (self.moduleSettings.inverse == "INVERSE"))
self.solarBar:SetFrameStrata("BACKGROUND")
self.solarBar:SetWidth(self.settings.barWidth + (self.moduleSettings.widthModifier or 0))