mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 12:39:15 +08:00
FIX:exist null pointer
jira: STUDIO-9510 Change-Id: I64b13d7d4faa29715cd465501f166c8a0b966697
This commit is contained in:
parent
8af0503e30
commit
7d4e48aa83
@ -1723,7 +1723,7 @@ wxString SyncAmsInfoDialog::format_text(wxString &m_msg)
|
|||||||
if (wxGetApp().app_config->get("language") != "zh_CN") {
|
if (wxGetApp().app_config->get("language") != "zh_CN") {
|
||||||
return m_msg;
|
return m_msg;
|
||||||
}
|
}
|
||||||
|
if (!m_statictext_ams_msg) { return m_msg; }
|
||||||
wxString out_txt = m_msg;
|
wxString out_txt = m_msg;
|
||||||
wxString count_txt = "";
|
wxString count_txt = "";
|
||||||
int new_line_pos = 0;
|
int new_line_pos = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user