mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for bug #1286'
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9278 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
af896f6668
commit
13a3fc56df
@ -399,7 +399,7 @@ void QgsComposer::zoomFull( void )
|
||||
{
|
||||
if ( mView )
|
||||
{
|
||||
mView->fitInView( 0, 0, mComposition->paperWidth(), mComposition->paperHeight(), Qt::KeepAspectRatio );
|
||||
mView->fitInView( 0, 0, mComposition->paperWidth() + 1, mComposition->paperHeight() + 1, Qt::KeepAspectRatio );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user