Skip to content

Commit b420878

Browse files
author
jef
committed
fix #3000
git-svn-id: http://svn.osgeo.org/qgis/trunk@14227 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b104eca commit b420878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectordataprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ void QgsVectorDataProvider::fillMinMaxCache()
414414
{
415415
mCacheMinValues[*it] = value;
416416
}
417-
if ( mCacheMaxValues[*it].isNull() || value > mCacheMinValues[*it].toString() )
417+
if ( mCacheMaxValues[*it].isNull() || value > mCacheMaxValues[*it].toString() )
418418
{
419419
mCacheMaxValues[*it] = value;
420420
}

0 commit comments

Comments
 (0)