Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joschi Grey
VuhDo
Commits
0726beac
Commit
0726beac
authored
1 year ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into wotlkc
parents
f95d66d9
7ff27ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+5
-1
No files found.
VuhDoAddonAdapter.lua
View file @
0726beac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment