mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
castbar: fix frame strata
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ pfUI:RegisterModule("castbar", function ()
|
||||
|
||||
-- [[ pfPlayerCastbar ]] --
|
||||
pfUI.castbar.player = CreateFrame("Frame", "pfPlayerCastbar", UIParent)
|
||||
pfUI.castbar.player:SetFrameStrata("HIGH")
|
||||
pfUI.castbar.player:SetFrameStrata("MEDIUM")
|
||||
CreateBackdrop(pfUI.castbar.player, default_border)
|
||||
pfUI.castbar.player:SetHeight(C.global.font_size + default_border)
|
||||
|
||||
@@ -330,7 +330,7 @@ pfUI:RegisterModule("castbar", function ()
|
||||
|
||||
-- [[ pfTargetCastbar ]] --
|
||||
pfUI.castbar.target = CreateFrame("Frame", "pfTargetCastbar", UIParent)
|
||||
pfUI.castbar.target:SetFrameStrata("HIGH")
|
||||
pfUI.castbar.target:SetFrameStrata("MEDIUM")
|
||||
CreateBackdrop(pfUI.castbar.target, default_border)
|
||||
pfUI.castbar.target:SetHeight(C.global.font_size + default_border)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user