FIX: [STUDIO-2999] locale used by parallel load
Change-Id: I24553b7426b4e5a60e05d20943a42fe8a614bb34
This commit is contained in:
parent
d2ae9d32fc
commit
f9f937b769
1 changed files with 1 additions and 0 deletions
|
@ -1594,6 +1594,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||
tbb::parallel_for(
|
||||
tbb::blocked_range<size_t>(0, m_object_importers.size()),
|
||||
[this, &mutex, &object_load_result](const tbb::blocked_range<size_t>& importer_range) {
|
||||
CNumericLocalesSetter locales_setter;
|
||||
for (size_t object_index = importer_range.begin(); object_index < importer_range.end(); ++ object_index) {
|
||||
bool result = m_object_importers[object_index]->extract_object_model();
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue