File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -765,15 +765,15 @@ function CH:UpdateEditboxFont(chatFrame)
765
765
end
766
766
767
767
local id = chatFrame :GetID ()
768
- local font = LSM :Fetch (' font' , CH .db .font )
768
+ local font , outline = LSM :Fetch (' font' , CH .db .font ), CH . db . fontOutline
769
769
local _ , fontSize = _G .FCF_GetChatWindowInfo (id )
770
770
771
771
local editbox = _G .ChatEdit_ChooseBoxForSend (chatFrame )
772
- editbox :FontTemplate (font , fontSize , ' SHADOW ' )
773
- editbox .header :FontTemplate (font , fontSize , ' SHADOW ' )
772
+ editbox :FontTemplate (font , fontSize , outline )
773
+ editbox .header :FontTemplate (font , fontSize , outline )
774
774
775
775
if editbox .characterCount then
776
- editbox .characterCount :FontTemplate (font , fontSize , ' SHADOW ' )
776
+ editbox .characterCount :FontTemplate (font , fontSize , outline )
777
777
end
778
778
779
779
-- the header and text will not update the placement without focus
You can’t perform that action at this time.
0 commit comments