(fix/Templates) Set FontObject correctly
This commit is contained in:
parent
4648208df0
commit
8d60d96440
1 changed files with 1 additions and 2 deletions
|
|
@ -126,8 +126,7 @@ WeakAuras.XMLTemplates = {
|
|||
middle:SetPoint("RIGHT", right, "LEFT")
|
||||
frame.Middle = middle
|
||||
-- FontString
|
||||
local fontString = frame:CreateFontString(nil, "ARTWORK", "ChatFontNormal")
|
||||
frame.FontString = fontString
|
||||
frame:SetFontObject("ChatFontNormal")
|
||||
-- Scripts
|
||||
frame:SetScript("OnEscapePressed", function(self)
|
||||
EditBox_ClearFocus(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue