Skip to content
Permalink
Browse files
[composer] Correctly shift overview frame when moving map item content
  • Loading branch information
nyalldawson committed Jan 1, 2014
1 parent 84c3391 commit 728a1b0
Showing 1 changed file with 1 addition and 0 deletions.
@@ -2415,6 +2415,7 @@ void QgsComposerMap::drawOverviewMapExtent( QPainter* p )

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

//construct a polygon corresponding to the intersecting map extent

0 comments on commit 728a1b0

Please sign in to comment.