Skip to content

Commit 13a3fc5

Browse files
author
mhugent
committed
Fix for bug #1286'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9278 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent af896f6 commit 13a3fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ void QgsComposer::zoomFull( void )
399399
{
400400
if ( mView )
401401
{
402-
mView->fitInView( 0, 0, mComposition->paperWidth(), mComposition->paperHeight(), Qt::KeepAspectRatio );
402+
mView->fitInView( 0, 0, mComposition->paperWidth() + 1, mComposition->paperHeight() + 1, Qt::KeepAspectRatio );
403403
}
404404
}
405405

0 commit comments

Comments
 (0)