Changed frame stratas back to where they should have been all the time

This commit is contained in:
iceroth
2006-10-03 20:15:13 +00:00
parent 203a0b7232
commit 3e3b862c5d
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ function IceUnitBar.prototype:CreateFlashFrame()
self.flashFrame = CreateFrame("StatusBar", nil, self.frame)
end
self.flashFrame:SetFrameStrata("LOW")
self.flashFrame:SetFrameStrata("BACKGROUND")
self.flashFrame:SetWidth(self.settings.barWidth)
self.flashFrame:SetHeight(self.settings.barHeight)