diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index b84b995..43960d9 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -96,6 +96,7 @@ function IceCustomBar.prototype:CreateBar() -- this cuts off the border around the buff icon self.barFrame.icon:SetTexCoord(0.1, 0.9, 0.1, 0.9) self.barFrame.icon:SetDrawLayer("OVERLAY") + self.barFrame.icon:Hide() end self:PositionIcons() end