Skip to content

Commit

Permalink
Fix font size slider on raid frames
Browse files Browse the repository at this point in the history
Fixes #760
  • Loading branch information
jordonwow committed Jul 25, 2024
1 parent a5106f9 commit 19059c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,8 @@ function BigDebuffs:AddBigDebuffs(frame)

big.cooldown:SetHideCountdownNumbers(not self.db.profile.raidFrames.cooldownCount)
big.cooldown.noCooldownCount = not self.db.profile.raidFrames.cooldownCount

big.cooldown:GetRegions():SetFont(LibSharedMedia:Fetch("font", BigDebuffs.db.profile.raidFrames.cooldownFont),
BigDebuffs.db.profile.raidFrames.cooldownFontSize, BigDebuffs.db.profile.raidFrames.cooldownFontEffect);
big.cooldown:SetDrawEdge(false)
frame.BigDebuffs[i] = big
big:Hide()
Expand Down

0 comments on commit 19059c2

Please sign in to comment.