FIX:reset m_is_korean when change language

jira: STUDIO-10959
Change-Id: I5ea0031ab870009c19a12126c3d700c36000666c
This commit is contained in:
zhou.xu 2025-03-19 11:34:53 +08:00 committed by lane.wei
parent 47a30a3e2a
commit 40dca9b7ea
1 changed files with 1 additions and 0 deletions

View File

@ -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") {