mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
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:
parent
1f536bd9aa
commit
2f8e3e63ac
@ -754,7 +754,7 @@ void QgsRasterLayerProperties::buttonBuildPyramids_clicked()
|
|||||||
if ( myItem->isSelected() )
|
if ( myItem->isSelected() )
|
||||||
{
|
{
|
||||||
//mark to be pyramided
|
//mark to be pyramided
|
||||||
myPyramidList[myCounterInt+1].existsFlag=true;
|
myPyramidList[myCounterInt].existsFlag=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user