Skip to content
Permalink
Browse files
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
  • Loading branch information
wonder committed Feb 7, 2009
1 parent d73452e commit 70e7bb8
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1394,6 +1394,7 @@ bool QgsVectorLayer::featureAtId( int featureId, QgsFeature& f, bool fetchGeomet
}
updateFeatureAttributes( f );
}
return true;
}

//added features

0 comments on commit 70e7bb8

Please sign in to comment.