Skip to content

Commit e8304fd

Browse files
author
timlinux
committed
Simple typo fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@11912 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9037eb5 commit e8304fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsmaprenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ void QgsMapRenderer::render( QPainter* painter )
427427
QImage * mypImage = new QImage( mRenderContext.painter()->device()->width(),
428428
mRenderContext.painter()->device()->height(), QImage::Format_ARGB32 );
429429
mypImage->fill( 0 );
430-
ml->setCacheImage( mypImage ); //no need to delete the oldone, maplayer does it for you
430+
ml->setCacheImage( mypImage ); //no need to delete the old one, maplayer does it for you
431431
QPainter * mypPainter = new QPainter( ml->cacheImage() );
432432
if ( mySettings.value( "/qgis/enable_anti_aliasing", false ).toBool() )
433433
{

0 commit comments

Comments
 (0)