Continue search in next file is now working

This commit is contained in:
Veronica K. B. Olsen
2020-06-17 19:16:32 +02:00
parent 0ddb7ad1de
commit ad21c6e3a4
4 changed files with 68 additions and 15 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ class GuiBuildNovel(QDialog):
makeHtml.setStyles(not noStyling)
# Make sure the tree order is correct
self.theParent.treeView.saveTreeOrder()
self.theParent.treeView.flushTreeOrder()
self.buildProgress.setMaximum(len(self.theProject.projTree))
self.buildProgress.setValue(0)