diff --git a/IceCore.lua b/IceCore.lua index 09a6d93..997d13e 100644 --- a/IceCore.lua +++ b/IceCore.lua @@ -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