Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-16-14, 12:27 AM   #1
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
ChatFrame Tab Text font border not working?

I may have missed this in a patch or so ... but since when isn't it possible to change the font flags of the ChatFrame Tab Text?

I know I had it like this in my old UI and it worked, but now it isn't anymore.

Lua Code:
  1. for i = 1, NUM_CHAT_WINDOWS do
  2.     local tabText = _G["ChatFrame"..i.."TabText"]
  3.     tabText:SetFont(NAMEPLATE_FONT, 11, 'OUTLINE')
  4. end
__________________
Lyn • I'm a mess of unfinished thoughts
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » ChatFrame Tab Text font border not working?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off