mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed a bug causing bar font size adjustments to not take effect/display until a ui reload
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user