Quantcast

oops

Repooc [08-16-14 - 13:21]
oops
Filename
ElvUI_SLE/modules/tooltip.lua
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();