restructure configuration

This commit is contained in:
Hendrik Leppkes
2008-03-13 16:42:26 +00:00
parent 17f6d471f1
commit f472060b0a
8 changed files with 111 additions and 106 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function Bartender4.ButtonStyle.ApplyStyle(button, styleName)
if cy then
style = styledata.default
if button.overlay then
if button.overlay and button.overlay.type ~= "cy" then
button.overlay:Hide()
end
button.overlay = _G[button:GetName() .. "Overlay"]