- fixed layer ordering such that icons draw in front of bars again

This commit is contained in:
Parnic
2010-12-05 21:22:12 +00:00
parent 6c1549d6c1
commit cc8b66dc0c
2 changed files with 2 additions and 2 deletions

View File

@ -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)