From 724224036a212c35bd7387548bb9d08e42c5b0d4 Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 26 May 2009 19:38:15 +0000 Subject: [PATCH] Re-added TipTac support since Aezay added the option to not hook OnHide. In GenerateClickableTT(): Removed empty space between character list and "Other Realms". --- ARLFrame.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index bf4679e..856f17f 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -718,9 +718,10 @@ local function GenerateTooltipContent(owner, rIndex, playerFaction, exclude) arlTooltip:SetPoint("BOTTOMLEFT", UIParent, "BOTTOMLEFT", x, y) end --- if TipTac and TipTac.AddModifiedTip then --- TipTac:AddModifiedTip(arlTooltip) --- end + if TipTac and TipTac.AddModifiedTip then + -- Pass true as second parameter because hooking OnHide causes C stack overflows -Torhal + TipTac:AddModifiedTip(arlTooltip, true) + end arlTooltip:Clear() ttAdd(0, 1, 0, false, recipeDB[rIndex]["Name"], addon:hexcolor("HIGH")) @@ -3264,7 +3265,6 @@ local function GenerateClickableTT(anchor) end end if other_realms then - tip:AddNormalLine(" ") tip:AddSeparator() y, x = tip:AddLine() tip:SetCell(y, x, L["Other Realms"], "change realm") -- 1.7.9.5