Skip to content
Permalink
Browse files
fix #3000
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14227 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 14, 2010
1 parent b800676 commit 5334d37
Showing 1 changed file with 1 addition and 1 deletion.
@@ -414,7 +414,7 @@ void QgsVectorDataProvider::fillMinMaxCache()
{
mCacheMinValues[*it] = value;
}
if ( mCacheMaxValues[*it].isNull() || value > mCacheMinValues[*it].toString() )
if ( mCacheMaxValues[*it].isNull() || value > mCacheMaxValues[*it].toString() )
{
mCacheMaxValues[*it] = value;
}

0 comments on commit 5334d37

Please sign in to comment.