diff --git a/api/unitframes.lua b/api/unitframes.lua index a38e0a35..6cb90c11 100644 --- a/api/unitframes.lua +++ b/api/unitframes.lua @@ -491,6 +491,7 @@ function pfUI.uf:UpdateConfig() if tonumber(f.config.pheight) < 0 then f.power:Hide() end pfUI.api.CreateBackdrop(f.power, default_border) + f.power.bar:SetFrameLevel(f.power:GetFrameLevel() + 1) f.power.bar:SetStatusBarTexture(pfUI.media[f.config.pbartexture]) f.power.bar:SetAllPoints(f.power)