mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user