mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
followup a463858: fix interpol. data widget setValue function
This commit is contained in:
parent
c70c78412c
commit
7d787980f5
@ -114,7 +114,7 @@ class InterpolationDataWidget(BASE, WIDGET):
|
||||
self.layersTree.clear()
|
||||
rows = value.split(';')
|
||||
for i, r in enumerate(rows):
|
||||
v = r.split(',')
|
||||
v = r.split('::~::')
|
||||
self.addLayerData(v[0], v[1])
|
||||
|
||||
comboBox = self.layersTree.itemWidget(self.layersTree.topLevelItem(i), 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user