mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Changed frame stratas back to where they should have been all the time
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user