Fix rendering of checkbox x

This commit is contained in:
def 2019-03-19 16:31:24 +01:00
parent 38333b65a1
commit 4468f61ee2

View file

@ -208,7 +208,7 @@ int CMenus::DoButton_CheckBox_Common(const void *pID, const char *pText, const c
if(CheckAble)
{
TextRender()->SetCurFont(TextRender()->GetFont(TEXT_FONT_ICON_FONT));
UI()->DoLabel(&c, "\xEE\x97\x8D", c.h, 0);
UI()->DoLabel(&c, "\xEE\x97\x8D", c.h*ms_FontmodHeight, 0);
TextRender()->SetCurFont(NULL);
}
else