Commit 5acfa792 authored by Ivaria's avatar Ivaria
Browse files

Fixed display of custom debuffs after closing VuhDo Options

parent a0266392
......@@ -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
......
......@@ -103,6 +103,8 @@ function VUHDO_tabbedPanelOkayClicked(aButton)
VUHDO_MAY_DEBUFF_ANIM = true;
VuhDoNewOptionsTabbedFrame:Hide();
VUHDO_timeReloadUI(3);
end
......
......@@ -16,6 +16,7 @@ Known issues:
Bugfixes:
-- Fixed display of custom debuffs after closing VuhDo Options
Improvements:
......
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