mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed layer ordering such that icons draw in front of bars again
This commit is contained in:
@ -70,6 +70,7 @@ function IceElement.prototype:Create(parent)
|
||||
self.parent = parent
|
||||
if not self.masterFrame then
|
||||
self.masterFrame = CreateFrame("Frame", nil, self.parent)
|
||||
self.masterFrame:SetFrameStrata("MEDIUM")
|
||||
end
|
||||
self:CreateFrame()
|
||||
self:Show(false)
|
||||
|
Reference in New Issue
Block a user