From 8964bdf79dc6940b9cc517777352b486532d16ca Mon Sep 17 00:00:00 2001 From: shagu Date: Mon, 16 Jan 2017 23:11:25 +0100 Subject: [PATCH] unitframes: adjust portrait frame strata --- modules/unitframes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/unitframes.lua b/modules/unitframes.lua index 2b53ebde..96b32e30 100644 --- a/modules/unitframes.lua +++ b/modules/unitframes.lua @@ -336,6 +336,7 @@ function pfUI.uf:CreatePortrait(frame, pos, spacing) frame.portrait.tex:SetTexCoord(.1, .9, .1, .9) frame.portrait.model = CreateFrame("PlayerModel", "pfPortraitModel" .. unitstr, frame.portrait) + frame.portrait.model:SetFrameStrata("LOW") frame.portrait.model:SetAllPoints(frame.portrait) frame.portrait:SetScript("OnEvent", function()