Skip to content

Commit

Permalink
[processing] remember params/outputs collapsed stated when editing al…
Browse files Browse the repository at this point in the history
…g in modeler

fixes #13499
  • Loading branch information
volaya committed Oct 6, 2015
1 parent 19eca9a commit 09f87c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/modeler/ModelerAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ def getNameForAlgorithm(self, alg):

def updateAlgorithm(self, alg):
alg.pos = self.algs[alg.name].pos
alg.paramsFolded = self.algs[alg.name].paramsFolded
alg.outputsFolded = self.algs[alg.name].outputsFolded
self.algs[alg.name] = alg

from processing.modeler.ModelerGraphicItem import ModelerGraphicItem
Expand Down

0 comments on commit 09f87c9

Please sign in to comment.