- 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

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