Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
also use QPixmap for decorations (followup to r10926)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10965 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 21, 2009
1 parent aaa5623 commit 569eb12
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/gui/qgsmapcanvasmap.cpp
Expand Up @@ -105,14 +105,7 @@ void QgsMapCanvasMap::render()

QPaintDevice& QgsMapCanvasMap::paintDevice()
{
if ( mUseQImageToRender )
{
return mImage;
}
else
{
return mPixmap;
}
return mPixmap;
}

void QgsMapCanvasMap::updateContents()
Expand Down

0 comments on commit 569eb12

Please sign in to comment.