Merge branch 'master' into release_0.6

This commit is contained in:
Veronica K. Berglyd Olsen
2020-05-24 13:20:53 +02:00
committed by GitHub
4 changed files with 12 additions and 2 deletions
+3
View File
@@ -314,6 +314,9 @@ class GuiBuildNovel(QDialog):
makeHtml.setKeywords(incKeywords)
makeHtml.setJustify(justifyText)
# Make sure the tree order is correct
self.theParent.treeView.saveTreeOrder()
self.buildProgress.setMaximum(len(self.theProject.projTree))
self.buildProgress.setValue(0)