mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: the encoding problem
jira: [STUDIO-12301] Change-Id: I48d455f3963531897707a20f9d4d094050e0a236 (cherry picked from commit 7cd12b8f9d3c10f115acf4136e981c607ea60956)
This commit is contained in:
@@ -2037,9 +2037,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
||||
action, info);
|
||||
|
||||
if (in_blacklist && action == "warning") {
|
||||
wxString prohibited_error = wxString::FromUTF8(info);
|
||||
|
||||
confirm_text.push_back(ConfirmBeforeSendInfo(prohibited_error));
|
||||
confirm_text.push_back(ConfirmBeforeSendInfo(info));
|
||||
has_slice_warnings = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user