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
Jay
VuhDo
Commits
5acfa792
Commit
5acfa792
authored
6 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed display of custom debuffs after closing VuhDo Options
parent
a0266392
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
VuhDoBarCustomizerDebuffIcon.lua
VuhDoBarCustomizerDebuffIcon.lua
+2
-0
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
+2
-0
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerDebuffIcon.lua
View file @
5acfa792
...
...
@@ -222,6 +222,7 @@ function VUHDO_removeDebuffIcon(aUnit, aName)
if
tFrame
then
tFrame
:
SetAlpha
(
0
);
tFrame
[
"debuffInfo"
]
=
nil
;
tFrame
[
"debuffCnt"
]
=
nil
;
end
end
...
...
@@ -246,6 +247,7 @@ function VUHDO_removeAllDebuffIcons(aUnit)
if
tFrame
then
tFrame
:
SetAlpha
(
0
);
tFrame
[
"debuffInfo"
]
=
nil
;
tFrame
[
"debuffCnt"
]
=
nil
;
end
end
end
...
...
This diff is collapsed.
Click to expand it.
VuhDoOptions/VuhDoNewOptionsTabbedFrame.lua
View file @
5acfa792
...
...
@@ -103,6 +103,8 @@ function VUHDO_tabbedPanelOkayClicked(aButton)
VUHDO_MAY_DEBUFF_ANIM
=
true
;
VuhDoNewOptionsTabbedFrame
:
Hide
();
VUHDO_timeReloadUI
(
3
);
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
5acfa792
...
...
@@ -16,6 +16,7 @@ Known issues:
Bugfixes:
-- Fixed display of custom debuffs after closing VuhDo Options
Improvements:
...
...
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