Skip to content

Commit

Permalink
Also trigger composer map update on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 6, 2017
1 parent 63a3037 commit b7ca787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermap.cpp
Expand Up @@ -707,7 +707,7 @@ void QgsComposerMap::setSceneRect( const QRectF &rectangle )
mCacheUpdated = false;

updateBoundingRect();
update();
updateItem();
emit itemChanged();
emit extentChanged();
}
Expand Down

0 comments on commit b7ca787

Please sign in to comment.