mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04: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:
|
||||
changeMap[ inFeat.id() ][ index2 ] = attr2
|
||||
vprovider.changeAttributeValues( changeMap )
|
||||
self.vlayer.updateFields()
|
||||
|
||||
if self.writeShape:
|
||||
del writer
|
||||
|
Loading…
x
Reference in New Issue
Block a user