Merge branch 'release' into dev

This commit is contained in:
Veronica K. B. Olsen
2021-01-28 21:35:43 +01:00
11 changed files with 30 additions and 16 deletions
+2 -1
View File
@@ -641,8 +641,9 @@ class GuiBuildNovel(QDialog):
bldObj.setColourHeaders(not noStyling)
bldObj.initDocument()
# Make sure the tree order is correct
# Make sure the project and document is up to date
self.theParent.treeView.flushTreeOrder()
self.theParent.saveDocument()
self.buildProgress.setMaximum(len(self.theProject.projTree))
self.buildProgress.setValue(0)