Skip to content

Commit

Permalink
Fix PointWidgetWrapper with modeler
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan authored and volaya committed Oct 5, 2016
1 parent 8d16161 commit c1bc364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -293,6 +293,7 @@ def createWidget(self):
for p in points:
item.addItem(self.dialog.resolveValueDescription(p), p)
item.setEditText(unicode(self.param.default))
return item

def setValue(self, value):
if self.dialogType in (DIALOG_STANDARD, DIALOG_BATCH):
Expand Down

0 comments on commit c1bc364

Please sign in to comment.