- fixed scaling to affect the text and icons again like it used to

This commit is contained in:
Parnic
2010-10-15 13:02:33 +00:00
parent fd406cc177
commit 998ff6167f
2 changed files with 2 additions and 2 deletions

View File

@ -796,7 +796,7 @@ function IceBarElement.prototype:CreateFrame()
end
end
self.frame:SetScale(self.moduleSettings.scale)
self.masterFrame:SetScale(self.moduleSettings.scale)
-- never register the OnUpdate for the mirror bar since it's handled internally
-- in addition, do not register OnUpdate if predictedPower is set and this is the player mana or target mana bar
if not string.find(self.elementName, "MirrorBar")

View File

@ -214,7 +214,7 @@ function IceElement.prototype:CreateFrame()
end
self.masterFrame:SetAllPoints(self.frame)
self.frame:SetScale(self.moduleSettings.scale)
self.masterFrame:SetScale(self.moduleSettings.scale)
self:UpdateAlpha()
end