- fixed an issue where a disabled custom bar was always showing its icon as the default IceHUD icon and was not being properly hidden

This commit is contained in:
Parnic
2010-07-14 13:21:26 +00:00
parent 8f56026f09
commit 9e4e63e55f

View File

@ -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