- made "configuration mode" display the name of the bar underneath it. causes things to get a bit crowded-looking, but helps distinguish bars a little better

This commit is contained in:
Parnic
2008-10-21 02:14:46 +00:00
parent 6790d58ecd
commit acd0c1c8be

View File

@ -429,6 +429,9 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
if self.elements[i]:IsEnabled() then if self.elements[i]:IsEnabled() then
self.elements[i].frame:Show() self.elements[i].frame:Show()
self.elements[i]:Redraw() self.elements[i]:Redraw()
if AceOO.inherits(self.elements[i], IceBarElement) then
self.elements[i]:SetBottomText1(self.elements[i].elementName)
end
end end
end end
else else