Skip to content

Commit

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

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

0 comments on commit 5f19830

Please sign in to comment.