View Single Post
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