Fix Multiple Folio Sequential Autonumberings. Corrects save/open behavior for folio sequentials in projects with multiple autonums

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4666 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-08-25 16:28:11 +00:00
parent 5575959a9e
commit 1ad45dbc80
4 changed files with 28 additions and 22 deletions

View File

@@ -897,6 +897,8 @@ void ProjectView::loadDiagrams() {
addDiagram(sv);
}
this->currentDiagram()->diagram()->loadElmtFolioSeq();
// If project have the folios list, move it at the beginning of the project
if (m_project -> getFolioSheetsQuantity()) {
for (int i = 0; i < m_project->getFolioSheetsQuantity(); i++)