Buff Update now show buffs received from an Augmented Evoker and Priest's Power Infusion buff.

- Buff Update now show buffs received from an Augmented Evoker and Priest's Power Infusion buff.
This commit is contained in:
Tercio Jose
2023-09-09 15:08:26 -03:00
parent f27d73d562
commit 5e9a08ff2c
5 changed files with 89 additions and 49 deletions
+3 -1
View File
@@ -844,7 +844,9 @@ detailsFramework.IconMixin = {
end
end
width = width + (iconFrame.width * iconFrame:GetScale()) + xPadding
--icon.lua:847: attempt to perform arithmetic on field 'width'(a nil value)
--but .width is set on SetIconSimple and SetIcon, getting the width from the iconFrame it self instead from cache is the cache fails
width = width + ((iconFrame.width or iconFrame:GetWidth()) * iconFrame:GetScale()) + xPadding
end
if (self.options.center_alignment) then