mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
One more encoding problem
Uncovered after rebasing onto current master
This commit is contained in:
@@ -1302,7 +1302,7 @@ void GLCanvas3D::Labels::render(const std::vector<const ModelInstance*>& sorted_
|
|||||||
return owner.model_instance_id == id;
|
return owner.model_instance_id == id;
|
||||||
});
|
});
|
||||||
if (it != owners.end())
|
if (it != owners.end())
|
||||||
it->print_order = _(L("Seq.")) + "#: " + std::to_string(i + 1);
|
it->print_order = std::string((_(L("Seq."))).ToUTF8()) + "#: " + std::to_string(i + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user