Skip to content

Commit

Permalink
add fix mentioned in issue #439
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Aug 10, 2024
1 parent 9770d0f commit bfc5982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniCC/core/display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function Display:UpdateActiveCooldown()
-- reposition the display to be above the cooldown
if cooldown then
self:SetAllPoints(cooldown)
self:SetFrameLevel(cooldown:GetFrameLevel() + 7)
self:SetFrameLevel(cooldown:GetFrameLevel() + 507)
self:UpdateCooldownTextFont()
self:UpdateCooldownTextPositionSizeAndColor()
end
Expand Down

0 comments on commit bfc5982

Please sign in to comment.