View Single Post
01-22-15, 10:59 PM   #2
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
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>")
  Reply With Quote