View Single Post
01-16-15, 10:46 AM   #20
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Originally Posted by Vrul View Post
I think the SetItemRef call in OnHyperlinkEnter should be this instead:
Code:
SetItemRef(linkData, link, "LeftButton", frame)
This fixed it!


Shouldn't that SetItemRef call in OnHyperlinkLeave be this instead?
Code:
ItemRefTooltip:Hide()
I guess yes right now the Pet tooltip dosen't care about the the anchor and will just show up where I closed it last time. Coud you be more detailed where to add it to fix that?^^
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote