mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
chore(ui): use DRAWLAYER value in CSimpleButton::SetFontString
This commit is contained in:
parent
ecbe272039
commit
0971e689b9
@ -490,7 +490,7 @@ void CSimpleButton::SetFontString(CSimpleFontString* text) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (text) {
|
if (text) {
|
||||||
text->SetFrame(this, 2, 1);
|
text->SetFrame(this, DRAWLAYER_ARTWORK, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!text->Sub482AC0()) {
|
if (!text->Sub482AC0()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user