Navigation Menu

Skip to content

Commit

Permalink
Fix #9648 (wrong scale in composer)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 26, 2014
1 parent 6670bfc commit 1d3ae87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -178,6 +178,7 @@ void QgsComposerMap::draw( QPainter *painter, const QgsRectangle& extent, const
jobMapSettings.setExtent( extent );
jobMapSettings.setOutputSize( size.toSize() );
jobMapSettings.setOutputDpi( dpi );
jobMapSettings.setMapUnits( ms.mapUnits() );

//set layers to render
jobMapSettings.setLayers( layersToRender() );
Expand Down

0 comments on commit 1d3ae87

Please sign in to comment.