Skip to content

Commit a901ee1

Browse files
committed
Make QgsComposer window WindowModal
1 parent e71930f commit a901ee1

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;
@@ -3184,3 +3185,4 @@ void QgsComposer::updateAtlasMapLayerAction( bool atlasEnabled )
31843185
connect( mAtlasFeatureAction, SIGNAL( triggeredForFeature( QgsMapLayer*, QgsFeature* ) ), this, SLOT( setAtlasFeature( QgsMapLayer*, QgsFeature* ) ) );
31853186
}
31863187
}
3188+

0 commit comments

Comments
 (0)