mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
fix missing bracket
This commit is contained in:
parent
ab16477158
commit
061a96a9e7
@ -169,7 +169,8 @@ class InterpolationDataWidget(BASE, WIDGET):
|
||||
self._addLayerData(v[0], field_name)
|
||||
|
||||
comboBox = self.layersTree.itemWidget(self.layersTree.topLevelItem(i), 2)
|
||||
comboBox.setCurrentIndex(comboBox.findText((int(v[3])))
|
||||
comboBox.setCurrentIndex(comboBox.findText((int(v[3]))))
|
||||
|
||||
self.hasChanged.emit()
|
||||
|
||||
def value(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user