View Single Post
12-06-11, 03:33 AM   #12
cormanthor
A Warpwood Thunder Caller
 
cormanthor's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 97
Try adding in the following to zchat, where you've modified the rest:
Code:
editBox.focusLeft:SetAlpha(0)
editBox.focusRight:SetAlpha(0)
editBox.focusMid:SetAlpha(0)
source: http://wowprogramming.com/utils/xmlb.../ChatFrame.lua
__________________
Some days it's just not worth chewing through the restraints...
  Reply With Quote