Skip to content

Commit

Permalink
[processing] add recent expressions to Fields Calculator algorithm (fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 20, 2015
1 parent 71fa5d4 commit dbf026d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -84,6 +84,8 @@ def manageGui(self):
self.cmbInputLayer.addItem(layer.name())
self.cmbInputLayer.blockSignals(False)

self.builder.loadRecent('fieldcalc')

self.updateLayer()

def updateLayer(self):
Expand All @@ -93,7 +95,6 @@ def updateLayer(self):
self.builder.loadFieldNames()

self.populateFields()
#populateOutputFieldTypes()

def setupSpinboxes(self, index):
if index != 0:
Expand Down

0 comments on commit dbf026d

Please sign in to comment.