View Single Post
06-24-06, 12:42 PM   #4
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 52
Quick Fix:

Line 269 : Add
Code:
GameTooltip:SetAlpha(0)
Line 268-272 should now be:
Code:
function TipBuddy_ShowUnitTooltip(unit, refresh)
	GameTooltip:SetAlpha(0)
	if (not unit) then
		unit = "mouseover";	
	end
  Reply With Quote