mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 17:45:55 +08:00
FIX:Fix display issues
Change-Id: I40ec4ac6feb4bfb00d54047466f0a3df568ed88b
This commit is contained in:
parent
b3f519a0d4
commit
83e76b6b58
@ -514,8 +514,8 @@ void ArrangeJob::process()
|
||||
|
||||
params.stopcondition = [this]() { return was_canceled(); };
|
||||
|
||||
params.progressind = [this](unsigned num_finished, std::string str="") {
|
||||
update_status(num_finished, _L("Arranging") + " " + str);
|
||||
params.progressind = [this](unsigned num_finished, std::string str = "") {
|
||||
update_status(num_finished, _L("Arranging") + " "+ wxString::FromUTF8(str));
|
||||
};
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user