diff --git a/ouf.lua b/ouf.lua index e1e59317..e048f4f6 100644 --- a/ouf.lua +++ b/ouf.lua @@ -834,11 +834,13 @@ function oUF:SpawnNamePlates(namePrefix, nameplateCallback, nameplateCVars) if(nameplate.UnitFrame) then if(nameplate.UnitFrame.WidgetContainer) then nameplate.UnitFrame.WidgetContainer:SetParent(nameplate.unitFrame) + nameplate.UnitFrame.WidgetContainer:SetIgnoreParentAlpha(true) nameplate.unitFrame.WidgetContainer = nameplate.UnitFrame.WidgetContainer end if(nameplate.UnitFrame.SoftTargetFrame) then nameplate.UnitFrame.SoftTargetFrame:SetParent(nameplate.unitFrame) + nameplate.UnitFrame.SoftTargetFrame:SetIgnoreParentAlpha(true) nameplate.unitFrame.SoftTargetFrame = nameplate.UnitFrame.SoftTargetFrame end end