mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fixup! Include parameterselection dropdown contents in processing translations
This commit is contained in:
parent
ecbd691ca4
commit
7e2ffd46d8
@ -75,7 +75,7 @@ class FieldsCalculatorDialog(BASE, WIDGET):
|
||||
self.tr('[Save to temporary file]'))
|
||||
|
||||
self.mOutputFieldTypeComboBox.blockSignals(True)
|
||||
for t in self.alg.TYPE_NAMES:
|
||||
for t in self.alg.type_names:
|
||||
self.mOutputFieldTypeComboBox.addItem(t)
|
||||
self.mOutputFieldTypeComboBox.blockSignals(False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user