Fixed some bits and added spellcheck to the highlighting class using pyenchant

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 21:39:05 +02:00
parent e55c92d83a
commit 7c391eb660
4 changed files with 32 additions and 7 deletions
+1
View File
@@ -368,6 +368,7 @@ class GuiDocTree(QTreeWidget):
self.addTopLevelItem(newItem)
self.orphRoot = newItem
newItem.setExpanded(True)
newItem.setIcon(self.C_NAME, QIcon.fromTheme("dialog-warning"))
return
def _cleanOrphanedRoot(self):