Framework update

This commit is contained in:
Tercio Jose
2020-04-14 14:58:29 -03:00
parent 149986e6cc
commit e2a169aa72
5 changed files with 415 additions and 115 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ function DF:NewLabel (parent, container, name, member, text, font, size, color,
container = container.widget
end
font = font or "GameFontHighlightSmall"
font = font == "" and "GameFontHighlightSmall" or font or "GameFontHighlightSmall"
LabelObject.label = parent:CreateFontString (name, layer or "OVERLAY", font)
LabelObject.widget = LabelObject.label