mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
fix for progressindicator not being destroyed after export to png
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user