Commit 0726beac authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into wotlkc

parents f95d66d9 7ff27ee8
......@@ -91,7 +91,11 @@ function VUHDO_initFuBar()
icon = VUHDO_STANDARD_ICON,
OnClick = function(aClickedFrame, aButton)
if aButton == "RightButton" then
ToggleDropDownMenu(1, nil, VuhDoMinimapDropDown, aClickedFrame:GetName(), 0, -5);
if AddonCompartmentFrame and aClickedFrame:GetParent() == DropDownList1 then
ToggleDropDownMenu(1, nil, VuhDoMinimapDropDown, "cursor", 0, 0);
else
ToggleDropDownMenu(1, nil, VuhDoMinimapDropDown, aClickedFrame:GetName(), 0, -5);
end
else
VUHDO_slashCmd("opt");
end
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment