mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
FIX: auto arranging has stauts report
Jira: STUDIO-305 Change-Id: Ib13ccf4037cd1144177935c1184eaf203aa0eb7f
This commit is contained in:
parent
c1ac1d8cfc
commit
ace3c2a231
2 changed files with 6 additions and 7 deletions
|
@ -59,7 +59,8 @@ public:
|
|||
|
||||
int status_range() const override
|
||||
{
|
||||
return int(m_selected.size() + m_unprintable.size());
|
||||
// ensure finalize() is called after all operations in process() is finished.
|
||||
return int(m_selected.size() + m_unprintable.size() + 1);
|
||||
}
|
||||
|
||||
void finalize() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue