diff --git a/python/plugins/processing/gui/ResultsDialog.py b/python/plugins/processing/gui/ResultsDialog.py index 1dde9665e65..9a00eea7fe1 100644 --- a/python/plugins/processing/gui/ResultsDialog.py +++ b/python/plugins/processing/gui/ResultsDialog.py @@ -49,7 +49,7 @@ class ResultsDialog(BASE, WIDGET): self.keyIcon = QIcon() self.keyIcon.addPixmap(self.style().standardPixmap(QStyle.SP_FileIcon)) - self.tree.itemClicked.connect(self.changeResult) + self.tree.currentItemChanged.connect(self.changeResult) self.fillTree()