Skip to content

Commit 728a1b0

Browse files
committedJan 1, 2014
[composer] Correctly shift overview frame when moving map item content
1 parent 84c3391 commit 728a1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,6 +2415,7 @@ void QgsComposerMap::drawOverviewMapExtent( QPainter* p )
24152415

24162416
p->save();
24172417
p->setCompositionMode( mOverviewBlendMode );
2418+
p->translate( mXOffset, mYOffset );
24182419
mOverviewFrameMapSymbol->startRender( context );
24192420

24202421
//construct a polygon corresponding to the intersecting map extent

0 commit comments

Comments
 (0)
Please sign in to comment.