mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fixed a problem with retrieval of features with modified geometry
git-svn-id: http://svn.osgeo.org/qgis/trunk@10120 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d73452e241
commit
70e7bb8f81
@ -1394,6 +1394,7 @@ bool QgsVectorLayer::featureAtId( int featureId, QgsFeature& f, bool fetchGeomet
|
||||
}
|
||||
updateFeatureAttributes( f );
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
//added features
|
||||
|
Loading…
x
Reference in New Issue
Block a user