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
omicron
VuhDo
Commits
44067836
Commit
44067836
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into classic
parents
fdaf6431
56bfd443
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
VuhDoPanelRedrawCustomDebuffs.lua
VuhDoPanelRedrawCustomDebuffs.lua
+3
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoPanelRedrawCustomDebuffs.lua
View file @
44067836
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
44067836
...
...
@@ -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:
...
...
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