applied a fix to the "Hide" option in different states until the hiding system can be re-written
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user