--- a/UI/Browser.py Sat Oct 19 12:28:12 2013 +0200 +++ b/UI/Browser.py Sat Oct 19 13:03:39 2013 +0200 @@ -314,7 +314,7 @@ if index.isValid(): self.setCurrentIndex(index) flags = QItemSelectionModel.SelectionFlags( - QItemSelectionModel.ClearAndSelect | + QItemSelectionModel.ClearAndSelect | QItemSelectionModel.Rows) self.selectionModel().select(index, flags)