Forum Index » Technical Support »

Post a reply

bchen421
Posted 06:46PM, Tuesday, December 8, 2009 (2 years, 1 month ago)
#0
Show class is no longer showing the class above the target frame. Any ideas on a fix?
dargen
Posted 07:17PM, Tuesday, December 8, 2009 (2 years, 1 month ago)
#1
Sorry about that. I didn't notice it was missing. I've sent an update to TS. In the mean time the following changes to Interface\Addons\CT_UnitFrames\CT_TargetFrame.lua will fix it:

Change line 107 from:
frame:SetPoint("BOTTOM", TargetName, "TOP", 0, 5);
to:
frame:SetPoint("BOTTOM", TargetFrameTextureFrameName, "TOP", 0, 5);


Changed line 112 from:
frame:SetPoint("BOTTOMLEFT", TargetName, "TOPLEFT", 35, 5);
to:
frame:SetPoint("BOTTOMLEFT", TargetFrameTextureFrameName, "TOPLEFT", 35, 5);
bchen421
Posted 07:19PM, Tuesday, December 8, 2009 (2 years, 1 month ago)
#2
Thanks Dargen!

Quick Reply

You cannot reply to this topic. Try logging in first.