Skip to content

Commit 5334d37

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectordataprovider.cpp

Lines changed: 1 addition & 1 deletion
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)