Skip to content

Commit 0455872

Browse files
author
wonder
committed
fixed a problem with retrieval of features with modified geometry
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10120 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6feda5f commit 0455872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorlayer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,7 @@ bool QgsVectorLayer::featureAtId( int featureId, QgsFeature& f, bool fetchGeomet
13941394
}
13951395
updateFeatureAttributes( f );
13961396
}
1397+
return true;
13971398
}
13981399

13991400
//added features

0 commit comments

Comments
 (0)