tooltip: fix empty tooltips on cursor anchor

This commit is contained in:
shagu
2016-11-12 22:33:07 +01:00
parent 537c8116dc
commit 0fb417e6c0
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ pfUI:RegisterModule("group", function ()
pfUI.uf.group[i]:RegisterForClicks('LeftButtonUp', 'RightButtonUp')
pfUI.uf.group[i]:SetScript("OnEnter", function()
GameTooltip:SetOwner(this, "ANCHOR_NONE")
GameTooltip_SetDefaultAnchor(GameTooltip, this)
GameTooltip:SetUnit("party" .. this.id)
GameTooltip:Show()
end)