mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
fix for progressindicator not being destroyed after export to png
This commit is contained in:
parent
ec571aec44
commit
10b19c8604
2 changed files with 2 additions and 2 deletions
|
@ -378,10 +378,10 @@ void PrintController::slice_to_png()
|
|||
|
||||
} catch (std::exception& e) {
|
||||
pri->cancel();
|
||||
print_->progressindicator = pbak;
|
||||
report_issue(IssueType::ERR, e.what(), _(L("Exception occured")));
|
||||
}
|
||||
|
||||
print_->progressindicator = pbak;
|
||||
scale_back();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue