update RegisterForClicks

This commit is contained in:
Crum
2018-12-06 14:00:56 -06:00
parent cad9c0707b
commit 4a28efae3b
5 changed files with 5 additions and 5 deletions
@@ -196,7 +196,7 @@ local function Constructor()
button:EnableMouse(true)
button:EnableMouseWheel(false)
button:RegisterForClicks("AnyDown")
button:RegisterForClicks("LeftButtonDown", "RightButtonDown")
button:SetScript("OnEnter", Control_OnEnter)
button:SetScript("OnLeave", Control_OnLeave)
button:SetScript("OnMouseUp", Keybinding_OnMouseUp)