tooltip position fixed
ckaotik [08-08-10 - 16:26]
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