mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #3000
git-svn-id: http://svn.osgeo.org/qgis/trunk@14227 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b104ecaa18
commit
b420878d7f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user