diff --git a/nw/gui/build.py b/nw/gui/build.py index 2616ff83..3c2e73da 100644 --- a/nw/gui/build.py +++ b/nw/gui/build.py @@ -385,6 +385,11 @@ class GuiBuildNovel(QDialog): # Load from Cache if self._loadCache(): + textFont = self.textFont.text() + textSize = self.textSize.value() + justifyText = self.justifyText.isChecked() + self.docView.setTextFont(textFont, textSize) + self.docView.setJustify(justifyText) self.docView.setStyleSheet(self.htmlStyle) self.docView.setContent(self.htmlText) else: