Rename index signal function

This commit is contained in:
Veronica Berglyd Olsen
2023-11-16 22:31:41 +01:00
parent 123d9df170
commit 9d662a0d40
3 changed files with 8 additions and 11 deletions
-3
View File
@@ -243,9 +243,6 @@ class GuiDocViewer(QTextBrowser):
self.docHeader.setTitleFromHandle(self._docHandle)
self.updateDocMargins()
# Make sure the main GUI knows we changed the content
# self.mainGui.viewMeta.refreshReferences(tHandle)
# Since we change the content while it may still be rendering, we mark
# the document dirty again to make sure it's re-rendered properly.
self.redrawText()