Quantcast

Changed the recipe tooltip's default anchor to be the right side of the list panel instead of the mouse cursor.

torhal [10-26-09 - 05:59]
Changed the recipe tooltip's default anchor to be the right side of the list panel instead of the mouse cursor.
Filename
AckisRecipeList.lua
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index c98b9fe..0bc710b 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -166,7 +166,7 @@ function addon:OnInitialize()
 			ignoreexclusionlist = false,
 			scanbuttonlocation = "TR",
 			spelltooltiplocation = "Right",
-			acquiretooltiplocation = "Mouse",
+			acquiretooltiplocation = "Right",
 			hidepopup = false,
 			minimap = true,
 			worldmap = true,