mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 20:12:16 -07:00
FIX: the encoding problem
jira: [STUDIO-12301] Change-Id: I48d455f3963531897707a20f9d4d094050e0a236 (cherry picked from commit 7cd12b8f9d3c10f115acf4136e981c607ea60956)
This commit is contained in:
parent
e78c9c137e
commit
91860081af
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue