Change logs and last hour fixes

This commit is contained in:
Tercio Jose
2023-05-04 19:20:34 -03:00
parent 254f6bc8bb
commit cfbc45eff4
2 changed files with 49 additions and 14 deletions
+5 -2
View File
@@ -1531,8 +1531,11 @@ local onClickExpandButton = function(expandButton, button)
--toggle this spell expand mode
Details222.BreakdownWindow.SetSpellAsExpanded(expandButton.spellId, not bIsSpellExpaded)
--refresh the scrollFrame
scrolFrame:Refresh()
--call the refresh function of the window
---@type instance
local instanceObject = spellsTab.GetInstance()
instanceObject:RefreshWindow(true)
end
local formatPetName = function(petName, spellName, ownerName)