- fixed icons rotating with bars incorrectly when setting bar to be rotated 90 degrees

This commit is contained in:
Parnic
2010-10-15 00:30:27 +00:00
parent de880222b0
commit 86ee5ca6c1
5 changed files with 5 additions and 5 deletions

View File

@ -108,7 +108,7 @@ function IceCustomBar.prototype:CreateBar()
IceCustomBar.super.prototype.CreateBar(self)
if not self.barFrame.icon then
self.barFrame.icon = self.barFrame:CreateTexture(nil, "LOW")
self.barFrame.icon = self.masterFrame:CreateTexture(nil, "LOW")
-- default texture so that 'config mode' can work without activating the bar first
self.barFrame.icon:SetTexture("Interface\\Icons\\Spell_Frost_Frost")
-- this cuts off the border around the buff icon