Bug fix : when user load a project which contains summary pages, project

was marked modified (summary was created on the fly and moved on second
position by default), now the project is no longer marked as amended


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5910 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2019-06-10 11:34:57 +00:00
parent a8978f2f86
commit 1b771037c2

View File

@@ -879,6 +879,7 @@ void ProjectView::loadDiagrams()
if (m_project -> getFolioSheetsQuantity()) {
for (int i = 0; i < m_project->getFolioSheetsQuantity(); i++)
m_tab -> tabBar() -> moveTab(diagram_views().size()-1, + 1);
m_project->setModified(false);
}
}