mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
FIX:fixed UI issues caused by Russian
jira:[STUDIO-4024] Change-Id: Ib636a348917a88821cd9bcbbb64d847ae316ca0f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user