Fix font handling in manuscript tool
This commit is contained in:
@@ -787,7 +787,7 @@ class _PreviewWidget(QTextBrowser):
|
||||
self._updateDocMargins()
|
||||
self._updateBuildAge()
|
||||
|
||||
self.setTextFont(CONFIG.textFont, CONFIG.textSize)
|
||||
self.setTextFont(CONFIG.textFont.family(), CONFIG.textFont.pointSize())
|
||||
|
||||
# Age Timer
|
||||
self.ageTimer = QTimer(self)
|
||||
|
||||
Reference in New Issue
Block a user