From 0971e689b915a8af981b56293d0ab3f5cf814584 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Wed, 5 Nov 2025 16:50:21 -0600 Subject: [PATCH] chore(ui): use DRAWLAYER value in CSimpleButton::SetFontString --- src/ui/CSimpleButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/CSimpleButton.cpp b/src/ui/CSimpleButton.cpp index a1090fb..a1ade6c 100644 --- a/src/ui/CSimpleButton.cpp +++ b/src/ui/CSimpleButton.cpp @@ -490,7 +490,7 @@ void CSimpleButton::SetFontString(CSimpleFontString* text) { } if (text) { - text->SetFrame(this, 2, 1); + text->SetFrame(this, DRAWLAYER_ARTWORK, 1); } if (!text->Sub482AC0()) {