remove SetAllPoints as it doesnt sit in the desired location
Repooc [10-16-16 - 23:59]
remove SetAllPoints as it doesnt sit in the desired location
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