mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 13:39:00 +08:00
FIX:reset m_is_korean when change language
jira: STUDIO-10959 Change-Id: I5ea0031ab870009c19a12126c3d700c36000666c
This commit is contained in:
parent
47a30a3e2a
commit
40dca9b7ea
@ -377,6 +377,7 @@ void ImGuiWrapper::set_language(const std::string &language)
|
||||
0,
|
||||
};
|
||||
m_font_cjk = false;
|
||||
m_is_korean = false;
|
||||
if (lang == "cs" || lang == "pl") {
|
||||
ranges = ranges_latin2;
|
||||
} else if (lang == "ru" || lang == "uk") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user