From ee82904907b582ac904c711ac234e30f15e06ad6 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Sat, 23 Jul 2011 16:50:10 -0500 Subject: [PATCH] Bug fix. Position offsets should work again. --- Modules/Position/Position.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Position/Position.lua b/Modules/Position/Position.lua index 8bed032..1b36903 100644 --- a/Modules/Position/Position.lua +++ b/Modules/Position/Position.lua @@ -407,7 +407,7 @@ local positionMainTooltip = function() tooltip:ClearAllPoints() tooltip:SetPoint(currentAnchor, UIParent, "BOTTOMLEFT", - x / effScale, y / effScale) + (x + xoffset) / effScale, (y + yoffset) / effScale) end -- 1.7.9.5