mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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.addItem(layer.name())
|
||||||
self.cmbInputLayer.blockSignals(False)
|
self.cmbInputLayer.blockSignals(False)
|
||||||
|
|
||||||
|
self.builder.loadRecent('fieldcalc')
|
||||||
|
|
||||||
self.updateLayer()
|
self.updateLayer()
|
||||||
|
|
||||||
def updateLayer(self):
|
def updateLayer(self):
|
||||||
@ -93,7 +95,6 @@ class FieldsCalculatorDialog(BASE, WIDGET):
|
|||||||
self.builder.loadFieldNames()
|
self.builder.loadFieldNames()
|
||||||
|
|
||||||
self.populateFields()
|
self.populateFields()
|
||||||
#populateOutputFieldTypes()
|
|
||||||
|
|
||||||
def setupSpinboxes(self, index):
|
def setupSpinboxes(self, index):
|
||||||
if index != 0:
|
if index != 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user