Mercurial > wow > cyborg-mmo7
diff OpenButtonPage.xml @ 53:4b9e27be9c68
A right click on the minimap icon will open the options.
author | madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09 |
---|---|
date | Fri, 03 May 2013 23:24:16 +0000 |
parents | 1a29be548897 |
children |
line wrap: on
line diff
--- a/OpenButtonPage.xml Fri May 03 23:24:11 2013 +0000 +++ b/OpenButtonPage.xml Fri May 03 23:24:16 2013 +0000 @@ -121,9 +121,13 @@ <OnMouseDown> </OnMouseDown> <OnMouseUp> - CyborgMMO_Toggle() - if not CyborgMMO_IsOpen() then - CyborgMMO_RatQuickPage:Show() + if button == "RightButton" then + InterfaceOptionsFrame_OpenToCategory(CyborgMMO_OptionPage) + else + CyborgMMO_Toggle() + if not CyborgMMO_IsOpen() then + CyborgMMO_RatQuickPage:Show() + end end </OnMouseUp> <OnEnter>