Fixed an issue with classicEra and Wrath game versions

This commit is contained in:
Tercio Jose
2023-09-09 17:05:46 -03:00
parent 5e9a08ff2c
commit 3adadfe17a
3 changed files with 63 additions and 51 deletions
+6 -1
View File
@@ -795,7 +795,12 @@ detailsFramework.IconMixin = {
end
end
self:AlignAuraIcons()
--if there's nothing to show, no need to align
if (not next(self.AuraCache)) then
self:Hide()
else
self:AlignAuraIcons()
end
end,
---@param self df_iconrow the parent frame