This commit is contained in:
2018-04-20 18:10:38 +02:00
parent 38a11586bd
commit 4fcbbd7e21
9 changed files with 234 additions and 21 deletions
+2 -1
View File
@@ -388,7 +388,8 @@ bool cStoryBook::fillOutlineList(QTreeView* lpView)
lpItem->setToolTip(lpPart->description());
part.insert(lpPart->id(), lpItem);
lpModel->appendRow(lpItem);
lpView->setFirstColumnSpanned(lpModel->rowCount()-1, lpRootItem->index(), true);
lpView->setFirstColumnSpanned(lpModel->rowCount()-1, lpModel->invisibleRootItem()->index(), true);
}
for(int x = 0;x < m_chapterList.count();x++)