View Single Post
10-09-22, 02:41 AM   #4
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 323
OK, when it comes to the GameTooltip, it's maybe different.

But I found a solution for your problem some time ago and posted it on the Blizzard forum:
https://us.forums.blizzard.com/en/wo...ltip/1264049/2

Lua Code:
  1. hooksecurefunc("GameTooltip_SetDefaultAnchor", function(tooltip) tooltip:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -500, 500) end)
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote