mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed some modules holding the config text after exiting config mode
This commit is contained in:
@ -440,6 +440,11 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
|
||||
self.elements[i].frame:Hide()
|
||||
end
|
||||
|
||||
-- blank the bottom text that we set before. if the module uses this text, it will reset itself on redraw
|
||||
if AceOO.inherits(self.elements[i], IceBarElement) then
|
||||
self.elements[i]:SetBottomText1()
|
||||
end
|
||||
|
||||
self.elements[i]:Redraw()
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user