Make the novel combo box on project details always visible
This commit is contained in:
@@ -450,8 +450,6 @@ class GuiProjectDetailsContents(QWidget):
|
|||||||
for tHandle, nwItem in self.theProject.tree.iterRoots(nwItemClass.NOVEL):
|
for tHandle, nwItem in self.theProject.tree.iterRoots(nwItemClass.NOVEL):
|
||||||
self.novelValue.addItem(tIcon, nwItem.itemName, tHandle)
|
self.novelValue.addItem(tIcon, nwItem.itemName, tHandle)
|
||||||
|
|
||||||
self.novelValue.setVisible(self.novelValue.count() > 1)
|
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def _prepareData(self, rootHandle):
|
def _prepareData(self, rootHandle):
|
||||||
|
|||||||
Reference in New Issue
Block a user