Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1298 from manisandro/composer_window_modal
Make QgsComposer window WindowModal
  • Loading branch information
nyalldawson committed Apr 9, 2014
2 parents bbf68bf + a901ee1 commit 84d3270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -100,6 +100,7 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& title )
{
setupUi( this );
setWindowTitle( mTitle );
setWindowModality( Qt::WindowModal );
setupTheme();

QSettings settings;
Expand Down Expand Up @@ -3201,3 +3202,4 @@ void QgsComposer::updateAtlasMapLayerAction( bool atlasEnabled )
connect( mAtlasFeatureAction, SIGNAL( triggeredForFeature( QgsMapLayer*, QgsFeature* ) ), this, SLOT( setAtlasFeature( QgsMapLayer*, QgsFeature* ) ) );
}
}

0 comments on commit 84d3270

Please sign in to comment.