mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
FIX:fixed UI issues caused by Russian
jira:[STUDIO-4024] Change-Id: Ib636a348917a88821cd9bcbbb64d847ae316ca0f
This commit is contained in:
parent
59f0b580a3
commit
1e7f0d7fcd
5 changed files with 15 additions and 21 deletions
|
@ -4265,7 +4265,7 @@ wxBoxSizer *ScoreDialog::get_button_sizer()
|
|||
if (m_upload_status_code == StatusCode::UPLOAD_IMG_FAILED) {
|
||||
std::string upload_failed_images = into_u8(_L("The following issues occurred during the process of uploading images. Do you want to ignore them?\n\n"));
|
||||
MessageDialog dlg_info(this, upload_failed_images + error_info, wxString(_L("info")), wxOK | wxNO | wxCENTER);
|
||||
if (dlg_info.ShowModal() == wxID_OK) { m_upload_status_code == StatusCode::UPLOAD_PROGRESS; }
|
||||
if (dlg_info.ShowModal() == wxID_OK) { m_upload_status_code = StatusCode::UPLOAD_PROGRESS; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue