View Single Post
01/23/24, 04:47 AM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,002
Try to use addons like merTorchbug and/or zgoo to inspect the controls below your mouse.

Move mouse above the control, then type in chat
With merTorchbug addon:
/tbm (or /tbug mouse)
or alternatively press SHIFT + LEFT MOUSE + RIGHT MOUSE (At the same time!)

With zgoo addon:
/zgoo mouse

The inspector will open and show you the name and all data of the inspected control so the name should show as e.g.
ZO_SmallGroupAnchorFrame then
or similar

You can see the child controls then at the bottom so you can clicka round and find the controls, and even manipulate it with e.g.
double clicking the hidden state to change the true/false and see if it hides then.
  Reply With Quote