From 373d2db5698eba198a87a095f2fc49f2fa706472 Mon Sep 17 00:00:00 2001 From: ckaotik Date: Sun, 8 Aug 2010 18:26:15 +0200 Subject: [PATCH] tooltip position fixed --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index bbcd31a..ff2b175 100644 --- a/core.lua +++ b/core.lua @@ -160,7 +160,7 @@ function BrokerGarbage:UpdateRepairButton(...) sellIcon:SetHighlightTexture("Interface\\Buttons\\ButtonHilight-Square") sellIcon:SetScript("OnClick", BrokerGarbage.AutoSell) sellIcon:SetScript("OnEnter", function(self) - GameTooltip:SetOwner(self, "ANCHOR_NONE") + GameTooltip:SetOwner(self, "ANCHOR_RIGHT") local tiptext local junkValue = 0 for i = 0, 4 do -- 1.7.9.5