Fixed some bits and added spellcheck to the highlighting class using pyenchant
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user