diff --git a/sloth/annotations/model.py b/sloth/annotations/model.py index 73eb271..455cc58 100644 --- a/sloth/annotations/model.py +++ b/sloth/annotations/model.py @@ -654,6 +654,7 @@ class AnnotationTreeView(QTreeView): self.setAlternatingRowColors(True) #self.setEditTriggers(QAbstractItemView.SelectedClicked) self.setSortingEnabled(True) + self.setAnimated(True) self.expanded.connect(self.onExpanded) def resizeColumns(self):