fix missing bracket

This commit is contained in:
Jan Caha 2022-05-04 20:06:20 +02:00 committed by Nyall Dawson
parent ab16477158
commit 061a96a9e7

View File

@ -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):