Commit 44067836 authored by Ivaria's avatar Ivaria
Browse files

Merge branch 'master' into classic

parents fdaf6431 56bfd443
......@@ -87,7 +87,8 @@ local tIconName;
local tButton;
function VUHDO_initCustomDebuffs()
-- Wir brauchen mind. 1 fr LastCustomDebuffBouquet
if sMaxNum == 0 then VUHDO_getOrCreateCuDeButton(sButton, 40);
if sMaxNum == 0 then
VUHDO_getOrCreateCuDeButton(sButton, 40);
else
for tCnt = 0, sMaxNum - 1 do
tIconIdx = 40 + tCnt;
......@@ -107,7 +108,7 @@ function VUHDO_initCustomDebuffs()
sIsTooltipCache[tIconIdx] = VUHDO_isMostlyInBounds(tButton, sButton, 0.33);
end
if VUHDO_CONFIG["DEBUFF_TOOLTIP"] and sIsTooltipCache[tIconIdx] == 1 then
if sIsTooltipCache[tIconIdx] == 1 then
tFrame:SetWidth(sHeight);
tFrame:SetHeight(sHeight);
else
......
......@@ -36,6 +36,7 @@ Known issues:
Bugfixes:
-- Debuffs are now considered 'removable only' if the unit is friendly
-- Use NickTag-1.0 minor version 11 to ensure Details! compatibility
-- Debuff ignore modifier key now works even if tooltips are disabled
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