Skip to content
Permalink
Browse files
Fix error when adding disabled plugin based processing providers
  • Loading branch information
nyalldawson committed Sep 4, 2017
1 parent 85e6a63 commit fadfb35
Showing 1 changed file with 1 addition and 1 deletion.
@@ -430,7 +430,7 @@ def activateProvider():
label = QLabel(text + "&nbsp;&nbsp;&nbsp;&nbsp;<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)

0 comments on commit fadfb35

Please sign in to comment.