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:
Parnic
2015-12-20 16:12:52 -06:00
parent b9d1447698
commit fe656f463d

View File

@ -28,7 +28,7 @@ function GlobalCoolDown.prototype:Enable(core)
self:Show(false) self:Show(false)
self.frame:SetFrameStrata("TOOLTIP") self.frame:SetFrameStrata("LOW")
self.CDSpellId = self:GetSpellId() self.CDSpellId = self:GetSpellId()
end end