[QGIS Commit] r10120 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Feb 7 07:08:07 EST 2009


Author: wonder
Date: 2009-02-07 07:08:07 -0500 (Sat, 07 Feb 2009)
New Revision: 10120

Modified:
   trunk/qgis/src/core/qgsvectorlayer.cpp
Log:
fixed a problem with retrieval of features with modified geometry


Modified: trunk/qgis/src/core/qgsvectorlayer.cpp
===================================================================
--- trunk/qgis/src/core/qgsvectorlayer.cpp	2009-02-07 11:57:45 UTC (rev 10119)
+++ trunk/qgis/src/core/qgsvectorlayer.cpp	2009-02-07 12:08:07 UTC (rev 10120)
@@ -1394,6 +1394,7 @@
       }
       updateFeatureAttributes( f );
     }
+    return true;
   }
 
   //added features



More information about the QGIS-commit mailing list