feat(ui): unset style update flag in CSimpleHTML::AddText

This commit is contained in:
fallenoak 2025-12-06 13:50:39 -06:00
parent 0e727cd0e2
commit 5b4da3b123
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -83,6 +83,7 @@ void CSimpleHTML::AddText(const char* text, HTML_TEXT_TYPE type, uint32_t justif
string->SetJustifyH(justify);
// TODO something with style flag 0x1000?
string->m_fontableFlags &= ~FLAG_STYLE_UPDATE;
string->SetText(text, 1);