mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
[processing] add recent expressions to Fields Calculator algorithm (fix #12587)
This commit is contained in:
parent
71fa5d41a1
commit
dbf026d3c6
@ -84,6 +84,8 @@ class FieldsCalculatorDialog(BASE, WIDGET):
|
||||
self.cmbInputLayer.addItem(layer.name())
|
||||
self.cmbInputLayer.blockSignals(False)
|
||||
|
||||
self.builder.loadRecent('fieldcalc')
|
||||
|
||||
self.updateLayer()
|
||||
|
||||
def updateLayer(self):
|
||||
@ -93,7 +95,6 @@ class FieldsCalculatorDialog(BASE, WIDGET):
|
||||
self.builder.loadFieldNames()
|
||||
|
||||
self.populateFields()
|
||||
#populateOutputFieldTypes()
|
||||
|
||||
def setupSpinboxes(self, index):
|
||||
if index != 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user