View Single Post
04/16/15, 04:20 PM   #34
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Found the string in the addon "MobileBank". But it gave me 2 findings, one with SetAlpha(0) and one with SetAlpha(1).

Wouldn't it make more sense to search something like:

findstr /S "ItemTooltip:SetHidden(" *.* > sethidden.txt

to find which addon is showing the tooltip, but is not hiding it anymore?

Originally Posted by sirinsidiator View Post
Can you run the following command in your Addons directory and post the content of setalpha.txt here?
Code:
findstr /S "ItemTooltip:SetAlpha(" *.* > setalpha.txt
Maybe an addon is setting the alpha value...
  Reply With Quote