mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05:00
[ftools] fix export/add geometry tool: refresh attributes map
This commit is contained in:
parent
bf90e0fdee
commit
0878fca4a1
@ -581,6 +581,7 @@ class geometryThread( QThread ):
|
|||||||
if index1!=index2:
|
if index1!=index2:
|
||||||
changeMap[ inFeat.id() ][ index2 ] = attr2
|
changeMap[ inFeat.id() ][ index2 ] = attr2
|
||||||
vprovider.changeAttributeValues( changeMap )
|
vprovider.changeAttributeValues( changeMap )
|
||||||
|
self.vlayer.updateFields()
|
||||||
|
|
||||||
if self.writeShape:
|
if self.writeShape:
|
||||||
del writer
|
del writer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user