Remove timeline view so we can clean up the indexing class
This commit is contained in:
@@ -87,7 +87,7 @@ class GuiDocViewDetails(QWidget):
|
||||
if self.isSticky.isChecked():
|
||||
return
|
||||
|
||||
theRefs = self.theParent.theIndex.buildReferenceList(tHandle)
|
||||
theRefs = self.theParent.theIndex.getBackReferenceList(tHandle)
|
||||
theList = []
|
||||
for tHandle in theRefs:
|
||||
tItem = self.theProject.getItem(tHandle)
|
||||
|
||||
Reference in New Issue
Block a user