From 874b62dd59ced694ec248be7c27a56f918bae753 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 14 Nov 2008 08:12:38 +0000 Subject: [PATCH] Anchor the recipe data tooltip to the other side of the main tooltip, there's some minor overlap when you're on the left hand side of the screen but it's easy to adjust, this gets rid of the main issue of tooltip overlapping (thanks elkano) --- ARLFrame.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index c8072f6..4185eca 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -1710,7 +1710,8 @@ local function GenerateTooltipContent(owner, rIndex, playerFaction, exclude) arlTooltip2:SetOwner(arlTooltip, "ANCHOR_NONE") -- arlTooltip2:ClearAllPoints() - arlTooltip2:SetPoint("TOPLEFT", arlTooltip, "TOPRIGHT") + --arlTooltip2:SetPoint("TOPLEFT", arlTooltip, "TOPRIGHT") + arlTooltip2:SetPoint("TOPRIGHT", arlTooltip, "TOPLEFT") arlTooltip2:SetHyperlink(spelllink) arlTooltip2:Show() -- 1.7.9.5