mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Revert "Make QgsComposer window WindowModal"
This reverts commit a901ee119e4b5433765042d3d7b21f12d3ef6bfd.
This commit is contained in:
parent
84d3270ace
commit
5f19830d9e
@ -100,7 +100,6 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& title )
|
||||
{
|
||||
setupUi( this );
|
||||
setWindowTitle( mTitle );
|
||||
setWindowModality( Qt::WindowModal );
|
||||
setupTheme();
|
||||
|
||||
QSettings settings;
|
||||
@ -3202,4 +3201,3 @@ void QgsComposer::updateAtlasMapLayerAction( bool atlasEnabled )
|
||||
connect( mAtlasFeatureAction, SIGNAL( triggeredForFeature( QgsMapLayer*, QgsFeature* ) ), this, SLOT( setAtlasFeature( QgsMapLayer*, QgsFeature* ) ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user