Skip to content

Commit

Permalink
[oUF_NeavRaid] Fix cooldown spiral for healing indicators.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Renström committed Nov 11, 2014
1 parent 13ae7da commit 9f5093a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Interface/AddOns/nTooltip/config.lua
Expand Up @@ -36,7 +36,7 @@ nTooltip.Config = {
showOutline = true,
textPos = 'CENTER', -- Possible 'TOP' 'BOTTOM' 'CENTER'

reactionColoring = false, -- Overrides customColor
reactionColoring = true, -- Overrides customColor
customColor = {
apply = false,
r = 0,
Expand Down
Expand Up @@ -295,7 +295,7 @@ local function setupIcons(self)
icon.name = name
if (not icon.cd and not (watch.hideCooldown or icon.hideCooldown)) then
local cd = CreateFrame('Cooldown', nil, icon)
local cd = CreateFrame('Cooldown', nil, icon, 'CooldownFrameTemplate')
cd:SetAllPoints(icon)
icon.cd = cd
end
Expand Down

0 comments on commit 9f5093a

Please sign in to comment.