From cdd85b9707293c4d89f5267cd38f35c67df09591 Mon Sep 17 00:00:00 2001 From: Repooc Date: Sat, 16 Aug 2014 09:21:11 -0400 Subject: [PATCH] oops --- ElvUI_SLE/modules/tooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/tooltip.lua b/ElvUI_SLE/modules/tooltip.lua index fab1e89..1497aa7 100644 --- a/ElvUI_SLE/modules/tooltip.lua +++ b/ElvUI_SLE/modules/tooltip.lua @@ -10,7 +10,7 @@ local function AnchorFrameToMouse() if not E.db.tooltip.cursorAnchor or (E.db.sle.tooltip.xOffset == 0 and E.db.sle.tooltip.yOffset == 0) then return end local frame = GameTooltip - --if frame:GetAnchorType() ~= "ANCHOR_CURSOR" then return end + if frame:GetAnchorType() ~= "ANCHOR_CURSOR" then return end local x, y = GetCursorPosition(); local scale = frame:GetEffectiveScale(); -- 1.7.9.5