Mercurial > wow > reaction
diff ActionButton.lua @ 264:d2e55b61e5e6 stable
Merge 1.1 beta 6 to stable
author | Flick |
---|---|
date | Fri, 06 May 2011 15:52:21 -0700 |
parents | c918ff9ac787 |
children | b40e2aaccfa0 |
line wrap: on
line diff
--- a/ActionButton.lua Tue Apr 12 16:07:21 2011 -0700 +++ b/ActionButton.lua Fri May 06 15:52:21 2011 -0700 @@ -230,9 +230,7 @@ f:SetScript("OnReceiveDrag", function(frame) self:OnReceiveDrag() end) -- event registration - f:EnableMouse(true) f:RegisterForDrag("LeftButton", "RightButton") - f:RegisterForClicks("AnyUp") for _, evt in pairs(eventList) do f:RegisterEvent(evt) end