Fix off by one error in pyramid 'to build' list generation.

git-svn-id: http://svn.osgeo.org/qgis/trunk@1451 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-05-24 08:11:23 +00:00
parent 1f536bd9aa
commit 2f8e3e63ac

View File

@ -754,7 +754,7 @@ void QgsRasterLayerProperties::buttonBuildPyramids_clicked()
if ( myItem->isSelected() )
{
//mark to be pyramided
myPyramidList[myCounterInt+1].existsFlag=true;
myPyramidList[myCounterInt].existsFlag=true;
}
}
//