- fixed a bug causing bar font size adjustments to not take effect/display until a ui reload

This commit is contained in:
Parnic
2010-10-21 01:42:35 +00:00
parent 1a3b4cbda9
commit 04a885b123
3 changed files with 5 additions and 15 deletions

View File

@ -476,9 +476,7 @@ end
function IceClassPowerCounter.prototype:CreateRuneFrame()
-- create numeric runes
if not self.frame.numeric then
self.frame.numeric = self:FontFactory(self.moduleSettings.runeFontSize, self.frame, self.frame.numeric)
end
self.frame.numeric = self:FontFactory(self.moduleSettings.runeFontSize, self.frame, self.frame.numeric)
self.frame.numeric:SetWidth(50)
self.frame.numeric:SetJustifyH("CENTER")