Fixed a small stutter when hovering over the segments menu after doing some mythic+ dungeons
This commit is contained in:
parent
6097863dc4
commit
eef2d19cef
6 changed files with 330 additions and 108 deletions
|
|
@ -202,7 +202,7 @@ end
|
|||
if (spellIcon) then
|
||||
cooldownFrame:SetIcon(spellIcon, .1, .9, .1, .9)
|
||||
|
||||
local classColor = C_ClassColor.GetClassColor(cooldownFrame.class)
|
||||
local classColor = C_ClassColor.GetClassColor(cooldownFrame.class or "PRIEST")
|
||||
cooldownFrame:SetStatusBarColor(classColor.r, classColor.g, classColor.b)
|
||||
cooldownFrame:SetLeftText(DF:RemoveRealmName(cooldownFrame.unitName))
|
||||
cooldownFrame:SetSize(Details.ocd_tracker.width, Details.ocd_tracker.height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue