Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix updating results panel to match selected item
  • Loading branch information
nyalldawson committed Dec 1, 2016
1 parent ecd876a commit 1ff165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ResultsDialog.py
Expand Up @@ -49,7 +49,7 @@ def __init__(self):
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()

Expand Down

0 comments on commit 1ff165a

Please sign in to comment.