Mercurial > wow > cyborg-mmo7
changeset 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 | da98db8191f5 |
children | c9706291c141 |
files | OpenButtonPage.xml |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
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>