FIX:fixed UI issues caused by Russian

jira:[STUDIO-4024]

Change-Id: Ib636a348917a88821cd9bcbbb64d847ae316ca0f
This commit is contained in:
tao wang
2023-08-23 16:43:59 +08:00
committed by Lane.Wei
parent 59f0b580a3
commit 1e7f0d7fcd
5 changed files with 15 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ wxFont Label::Body_12;
wxFont Label::Body_11;
wxFont Label::Body_10;
wxFont Label::Body_9;
wxFont Label::Body_8;
void Label::initSysFont()
{
@@ -77,6 +78,7 @@ void Label::initSysFont()
Body_11 = Label::sysFont(11, false);
Body_10 = Label::sysFont(10, false);
Body_9 = Label::sysFont(9, false);
Body_8 = Label::sysFont(8, false);
}
class WXDLLIMPEXP_CORE wxTextWrapper2