View Single Post
10-13-19, 12:15 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Code:
local highlight=Button:GetHighlightFontObject();
highlight:SetTextColor(0,0,0);
Note: If you're not doing anything else with the FontString, you can do this instead.
Code:
Button:GetHighlightFontObject():SetTextColor(0,0,0);
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote