Skip to content

Commit

Permalink
Restored refresh view function in composer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9175 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 26, 2008
1 parent 14e79d5 commit aff6fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -291,10 +291,10 @@ void QgsComposer::on_mActionZoomOut_activated( void )

void QgsComposer::on_mActionRefreshView_activated( void )
{
/*
mComposition->refresh();
mView->update();
*/
if(mComposition)
{
mComposition->update();
}
}

void QgsComposer::on_mActionPrint_activated( void )
Expand Down

0 comments on commit aff6fad

Please sign in to comment.