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 e4b0f78 commit 393446d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -81,6 +81,8 @@ def manageGui(self):
self.cmbInputLayer.addItem(layer.name())
self.cmbInputLayer.blockSignals(False)

self.builder.loadRecent('fieldcalc')

self.updateLayer()

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

self.populateFields()
#populateOutputFieldTypes()

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

0 comments on commit 393446d

Please sign in to comment.