Fix tests and a few other bits
This commit is contained in:
@@ -254,7 +254,6 @@ class GuiNovelToolBar(QWidget):
|
||||
"""Build the novel root menu.
|
||||
"""
|
||||
self.mRoot.clear()
|
||||
|
||||
agRoot = QActionGroup(self.mRoot)
|
||||
for n, (tHandle, nwItem) in enumerate(self.theProject.tree.iterRoots(nwItemClass.NOVEL)):
|
||||
aRoot = self.mRoot.addAction(nwItem.itemName)
|
||||
|
||||
Reference in New Issue
Block a user