Skip to content

Commit

Permalink
[Announcements] FlaskAndFood: Fix CreateFontString error
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Jan 18, 2023
1 parent f69cbd9 commit 605bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Announcements/FlaskAndFood.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if C.misc.raid_tools == true then
button:EnableMouse(true)
button:SetScript("OnMouseUp", function() run() end)

local t = button:CreateFontString(nil, "OVERLAY", button)
local t = button:CreateFontString(nil, "OVERLAY")
t:SetFont(C.media.pixel_font, C.media.pixel_font_size, C.media.pixel_font_style)
t:SetPoint("CENTER")
t:SetJustifyH("CENTER")
Expand Down

0 comments on commit 605bda4

Please sign in to comment.