Diagrams are now updated after project-wide properties were changed.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1896 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-07-05 05:54:42 +00:00
parent f1afdfbf80
commit 616a96ff58

View File

@@ -1211,6 +1211,7 @@ void QETProject::updateDiagramsFolioData() {
for (int i = 0 ; i < total_folio ; ++ i) {
diagrams_[i] -> border_and_titleblock.setFolioData(i + 1, total_folio, project_wide_properties);
diagrams_[i] -> update();
}
}