Fix tests and minor issues

This commit is contained in:
Veronica Berglyd Olsen
2022-11-22 13:05:05 +01:00
parent 3a77228aaa
commit 4fa6329eb6
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class GuiProjectDetailsContents(QWidget):
if tHandle != self._currentRoot:
self._prepareData(tHandle)
self._populateTree()
self._currentRoot = tHandle
self._currentRoot = self.novelValue.handle
return
@pyqtSlot()