Skip to content

Commit 393446d

Browse files
committedMay 20, 2015
[processing] add recent expressions to Fields Calculator algorithm (fix #12587)
1 parent e4b0f78 commit 393446d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def manageGui(self):
8181
self.cmbInputLayer.addItem(layer.name())
8282
self.cmbInputLayer.blockSignals(False)
8383

84+
self.builder.loadRecent('fieldcalc')
85+
8486
self.updateLayer()
8587

8688
def updateLayer(self):
@@ -90,7 +92,6 @@ def updateLayer(self):
9092
self.builder.loadFieldNames()
9193

9294
self.populateFields()
93-
#populateOutputFieldTypes()
9495

9596
def setupSpinboxes(self, index):
9697
if index != 0:

0 commit comments

Comments
 (0)
Please sign in to comment.