From f12c27f27c7b3fd07d829556772f1dc4a07f2d09 Mon Sep 17 00:00:00 2001 From: Repooc Date: Sun, 16 Oct 2016 19:59:33 -0400 Subject: [PATCH] remove SetAllPoints as it doesnt sit in the desired location --- ElvUI_SLE/modules/bags/artifactpower.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/bags/artifactpower.lua b/ElvUI_SLE/modules/bags/artifactpower.lua index f791803..1f7aea0 100644 --- a/ElvUI_SLE/modules/bags/artifactpower.lua +++ b/ElvUI_SLE/modules/bags/artifactpower.lua @@ -38,7 +38,7 @@ local function UpdateContainerFrame(frame, bagID, slotID) if (not frame.artifactpowerinfo) and E.db.sle.bags.artifactPower.enable then frame.artifactpowerinfo = frame:CreateFontString(nil, 'OVERLAY') frame.artifactpowerinfo:Point("BOTTOMRIGHT", 0, 2) - frame.artifactpowerinfo:SetAllPoints(frame) + --frame.artifactpowerinfo:SetAllPoints(frame) end if E.db.sle.bags.artifactPower.enable then -- 1.7.9.5