View Single Post
11-28-05, 11:48 AM   #5
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Oh from http://forums.worldofwarcraft.com/th...p=1#post270816

* NEW - isShown = FontString:IsShown() - Return whether font string is shown (NOTE: FontString IsVisible behaves properly now on hidden tooltips, tooltip scanners need to use IsShown instead !)
Take out the SetOwner and try using IsShown instead of IsVisible.

I think that's the more correct fix than setting owner (which has a SetPoint and stuff involved which can make the process take longer)
  Reply With Quote