Toc Updates and More

- Added a secondary bar to augmented evoker, which when hover over show the uptime of buffs.
This commit is contained in:
Tercio Jose
2023-09-13 12:44:32 -03:00
parent 933c10771d
commit ae7af0e4be
16 changed files with 804 additions and 386 deletions
+8 -1
View File
@@ -1747,6 +1747,10 @@
end
end
---@param self instance
---@param frame table
---@param whichRowLine number
---@param keydown string
function Details:MontaTooltip(frame, whichRowLine, keydown)
self:BuildInstanceBarTooltip(frame)
@@ -1777,6 +1781,9 @@
if (not object.ToolTip) then
if (object.__destroyed) then
Details:Msg("object:ToolTip() is invalid.", object.__destroyedBy)
self:ResetWindow()
self:RefreshWindow(true)
return
end
end
@@ -1896,7 +1903,7 @@
dumpt(t)
end
function Details:ForceRefresh()
function Details:ForceRefresh() --getting deprecated soon
self:RefreshMainWindow(true)
end