View Single Post
01-16-15, 10:23 AM   #19
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
I think the SetItemRef call in OnHyperlinkEnter should be this instead:
Code:
SetItemRef(linkData, link, "LeftButton", frame)
Shouldn't that SetItemRef call in OnHyperlinkLeave be this instead?
Code:
ItemRefTooltip:Hide()
  Reply With Quote