mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- 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:
@ -96,6 +96,7 @@ function IceCustomBar.prototype:CreateBar()
|
|||||||
-- this cuts off the border around the buff icon
|
-- this cuts off the border around the buff icon
|
||||||
self.barFrame.icon:SetTexCoord(0.1, 0.9, 0.1, 0.9)
|
self.barFrame.icon:SetTexCoord(0.1, 0.9, 0.1, 0.9)
|
||||||
self.barFrame.icon:SetDrawLayer("OVERLAY")
|
self.barFrame.icon:SetDrawLayer("OVERLAY")
|
||||||
|
self.barFrame.icon:Hide()
|
||||||
end
|
end
|
||||||
self:PositionIcons()
|
self:PositionIcons()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user