Skip to content

Commit 84d3270

Browse files
committedApr 9, 2014
Merge pull request #1298 from manisandro/composer_window_modal
Make QgsComposer window WindowModal
2 parents bbf68bf + a901ee1 commit 84d3270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/composer/qgscomposer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& title )
100100
{
101101
setupUi( this );
102102
setWindowTitle( mTitle );
103+
setWindowModality( Qt::WindowModal );
103104
setupTheme();
104105

105106
QSettings settings;
@@ -3201,3 +3202,4 @@ void QgsComposer::updateAtlasMapLayerAction( bool atlasEnabled )
32013202
connect( mAtlasFeatureAction, SIGNAL( triggeredForFeature( QgsMapLayer*, QgsFeature* ) ), this, SLOT( setAtlasFeature( QgsMapLayer*, QgsFeature* ) ) );
32023203
}
32033204
}
3205+

0 commit comments

Comments
 (0)
Please sign in to comment.