mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 20:32:43 -07:00
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
to be sure that the strings are correctly converted to UTF8.
This commit is contained in:
@@ -188,7 +188,7 @@ void Field::get_value_by_opt_type(wxString& str)
|
||||
}
|
||||
}
|
||||
|
||||
m_value = str.ToStdString();
|
||||
m_value = str.ToUTF8().data();
|
||||
break; }
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user