mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Lowered frame strata for the GCD bar
There's no real reason to force this bar up into the TOOLTIP strata and have it draw on top of things. It can live in 'low' like every other part of the addon.
This commit is contained in:
@ -28,7 +28,7 @@ function GlobalCoolDown.prototype:Enable(core)
|
||||
|
||||
self:Show(false)
|
||||
|
||||
self.frame:SetFrameStrata("TOOLTIP")
|
||||
self.frame:SetFrameStrata("LOW")
|
||||
|
||||
self.CDSpellId = self:GetSpellId()
|
||||
end
|
||||
|
Reference in New Issue
Block a user