mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Fix updating results panel to match selected item
This commit is contained in:
parent
ecd876a561
commit
1ff165a32f
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user