Skip to content

Commit

Permalink
fixed a problem with retrieval of features with modified geometry
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -1394,6 +1394,7 @@ bool QgsVectorLayer::featureAtId( int featureId, QgsFeature& f, bool fetchGeomet
}
updateFeatureAttributes( f );
}
return true;
}

//added features
Expand Down

0 comments on commit 70e7bb8

Please sign in to comment.