applied a fix to the "Hide" option in different states until the hiding system can be re-written

This commit is contained in:
Hendrik Leppkes
2008-06-21 13:19:28 +00:00
parent 3ea0cf7a76
commit 31cc52cbff
3 changed files with 42 additions and 7 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ function Bartender4.Button:Create(id, parent)
button:SetID(0)
button:ClearAllPoints()
button:SetAttribute("useparent-unit", true)
button:SetAttribute('useparent-statebutton', true)
button:SetAttribute('useparent-actionbar', nil)
button:SetAttribute("useparent-statebutton", true)
button:SetAttribute("useparent-actionbar", nil)
button:SetScript('OnEnter', onEnter)
button:SetScript('OnUpdate', onUpdate)