Adding non-breaking space support for editor and html, latex export
This commit is contained in:
@@ -106,6 +106,7 @@ class GuiDocViewer(QTextBrowser):
|
||||
aDoc.doAutoReplace()
|
||||
aDoc.tokenizeText()
|
||||
aDoc.doConvert()
|
||||
aDoc.doPostProcessing()
|
||||
self.setHtml(aDoc.theResult)
|
||||
if self.theHandle == tHandle:
|
||||
self.verticalScrollBar().setValue(sPos)
|
||||
|
||||
Reference in New Issue
Block a user