[processing] Fix updating results panel to match selected item

This commit is contained in:
Nyall Dawson 2016-11-30 16:00:32 +10:00
parent ecd876a561
commit 1ff165a32f

View File

@ -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()