We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd876a commit 1ff165aCopy full SHA for 1ff165a
python/plugins/processing/gui/ResultsDialog.py
@@ -49,7 +49,7 @@ def __init__(self):
49
self.keyIcon = QIcon()
50
self.keyIcon.addPixmap(self.style().standardPixmap(QStyle.SP_FileIcon))
51
52
- self.tree.itemClicked.connect(self.changeResult)
+ self.tree.currentItemChanged.connect(self.changeResult)
53
54
self.fillTree()
55
0 commit comments