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:
wonder 2009-02-07 12:08:07 +00:00
parent d73452e241
commit 70e7bb8f81

View File

@ -1394,6 +1394,7 @@ bool QgsVectorLayer::featureAtId( int featureId, QgsFeature& f, bool fetchGeomet
}
updateFeatureAttributes( f );
}
return true;
}
//added features