FIX: auto arranging has stauts report

Jira: STUDIO-305

Change-Id: Ib13ccf4037cd1144177935c1184eaf203aa0eb7f
This commit is contained in:
Arthur 2022-07-22 18:32:10 +08:00 committed by Lane.Wei
parent c1ac1d8cfc
commit ace3c2a231
2 changed files with 6 additions and 7 deletions

View file

@ -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;