From 2dba0446814eafa8149acbcd397431be1293266d Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 26 Feb 2009 01:10:38 +0000 Subject: [PATCH] - properly set flash frame bar width --- IceUnitBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceUnitBar.lua b/IceUnitBar.lua index a3d9777..0e30170 100644 --- a/IceUnitBar.lua +++ b/IceUnitBar.lua @@ -133,7 +133,7 @@ function IceUnitBar.prototype:CreateFlashFrame() end self.flashFrame:SetFrameStrata("BACKGROUND") - self.flashFrame:SetWidth(self.settings.barWidth) + self.flashFrame:SetWidth(self.settings.barWidth + (self.moduleSettings.widthModifier or 0)) self.flashFrame:SetHeight(self.settings.barHeight)