mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Apply Strata adjustment in a few more places
This commit is contained in:
@ -179,7 +179,7 @@ function IceUnitBar.prototype:CreateFlashFrame()
|
||||
self.flashFrame = CreateFrame("Frame", "IceHUD_"..self.elementName.."_Flash", self.frame)
|
||||
end
|
||||
|
||||
self.flashFrame:SetFrameStrata("BACKGROUND")
|
||||
self.flashFrame:SetFrameStrata(IceHUD.IceCore:DetermineStrata("BACKGROUND"))
|
||||
self.flashFrame:SetWidth(self.settings.barWidth + (self.moduleSettings.widthModifier or 0))
|
||||
self.flashFrame:SetHeight(self.settings.barHeight)
|
||||
|
||||
|
Reference in New Issue
Block a user