Skip to content
Permalink
Browse files
Fix indentation
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent 6bd37cc commit cf16a82
Showing 1 changed file with 1 addition and 1 deletion.
@@ -597,7 +597,7 @@ def _addAlgorithm(self, alg, pos=None):
from processing.modeler.ModelerGraphicItem import ModelerGraphicItem
for i, out in enumerate(alg.modelOutputs()):
alg.modelOutput(out).setPosition(alg.position() + QPointF(ModelerGraphicItem.BOX_WIDTH, (i + 1.5) *
ModelerGraphicItem.BOX_HEIGHT))
ModelerGraphicItem.BOX_HEIGHT))
self.model.addChildAlgorithm(alg)
self.repaintModel()
self.hasChanged = True

0 comments on commit cf16a82

Please sign in to comment.