mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed scaling to affect the text and icons again like it used to
This commit is contained in:
@ -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")
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user