mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix error when adding disabled plugin based processing providers
This commit is contained in:
parent
85e6a63328
commit
fadfb3562a
@ -430,7 +430,7 @@ class ProcessingToolbox(BASE, WIDGET):
|
||||
label = QLabel(text + " <a href='%s'>Activate</a>")
|
||||
label.setStyleSheet("QLabel {background-color: white; color: grey;}")
|
||||
label.linkActivated.connect(activateProvider)
|
||||
self.algorithmTree.setItemWidget(item, 0, label)
|
||||
self.algorithmTree.setItemWidget(parent, 0, label)
|
||||
|
||||
else:
|
||||
text += QCoreApplication.translate("TreeProviderItem", " [{0} geoalgorithms]").format(count)
|
||||
|
Loading…
x
Reference in New Issue
Block a user