View Single Post
07-26-22, 10:27 AM   #7
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
You neeed to make sure you're using the correct frames
Code:
SizeName(TargetFrameToT)
SizeName(FocusFrame)
The UI uses the TargetofTargetFrameTemplate to create ToT frames but uses the parents frame name and adds the "ToT" suffix so the TargetFrame Target of Target is created as TargetFrameToT
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 07-26-22 at 10:34 AM.
  Reply With Quote