View Single Post
01-22-15, 11:11 PM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Choonstertwo View Post
Run this command while mousing over one of the graphics and it will output the name of the frame. This might point to which AddOn is creating them.

Code:
/run local f = GetMouseFocus() print(f and f:GetName() or "<No Frame Focused>")
Or simply /fstack
  Reply With Quote