Skip to content

Commit

Permalink
[composer] Correctly shift overview frame when moving map item content
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 1, 2014
1 parent 84c3391 commit 728a1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -2415,6 +2415,7 @@ void QgsComposerMap::drawOverviewMapExtent( QPainter* p )


p->save(); p->save();
p->setCompositionMode( mOverviewBlendMode ); p->setCompositionMode( mOverviewBlendMode );
p->translate( mXOffset, mYOffset );
mOverviewFrameMapSymbol->startRender( context ); mOverviewFrameMapSymbol->startRender( context );


//construct a polygon corresponding to the intersecting map extent //construct a polygon corresponding to the intersecting map extent
Expand Down

0 comments on commit 728a1b0

Please sign in to comment.