Showing with 2 additions and 0 deletions.
  1. +2 −0 src/app/composer/qgscomposer.cpp
2 changes: 2 additions & 0 deletions src/app/composer/qgscomposer.cpp
Original file line number Diff line number Diff line change
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* ) ) );
}
}