Make the novel combo box on project details always visible

This commit is contained in:
Veronica Berglyd Olsen
2022-10-14 21:49:42 +02:00
parent 64c07e8910
commit 11ff9567c0
-2
View File
@@ -450,8 +450,6 @@ class GuiProjectDetailsContents(QWidget):
for tHandle, nwItem in self.theProject.tree.iterRoots(nwItemClass.NOVEL):
self.novelValue.addItem(tIcon, nwItem.itemName, tHandle)
self.novelValue.setVisible(self.novelValue.count() > 1)
return
def _prepareData(self, rootHandle):