mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-25 09:08:38 -07:00
FIX:exist null pointer
jira: STUDIO-9510 Change-Id: I64b13d7d4faa29715cd465501f166c8a0b966697 (cherry picked from commit 7d4e48aa8353a387e46f9106c030f7d3c2623958)
This commit is contained in:
parent
9648adacc5
commit
4e0e04af96
1 changed files with 1 additions and 1 deletions
|
|
@ -1727,7 +1727,7 @@ wxString SyncAmsInfoDialog::format_text(wxString &m_msg)
|
|||
if (wxGetApp().app_config->get("language") != "zh_CN") {
|
||||
return m_msg;
|
||||
}
|
||||
|
||||
if (!m_statictext_ams_msg) { return m_msg; }
|
||||
wxString out_txt = m_msg;
|
||||
wxString count_txt = "";
|
||||
int new_line_pos = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue