View Single Post
03-24-13, 02:56 PM   #49
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Also, you don't need your MouseHoverToolTip_Hide function... the default UI already defines a GameTooltip_Hide function that just hides the default tooltip, suitable for passing directly to SetScript, so you should just use that instead of creating another function.

Code:
chatframe:HookScript("OnHyperLinkLeave", GameTooltip_Hide)
Other than that I don't see any issues.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote