We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 610f356 commit 868a157Copy full SHA for 868a157
src/app/composer/qgscomposermanager.cpp
@@ -166,6 +166,7 @@ void QgsComposerManager::on_mShowPushButton_clicked()
166
if ( c )
167
{
168
c->readXML( templateDoc );
169
+ mItemComposerMap.insert( it.key(), c );
170
}
171
172
@@ -174,6 +175,8 @@ void QgsComposerManager::on_mShowPushButton_clicked()
174
175
c->show();
176
c->activate();
177
c->stackUnder( this );
178
+ raise();
179
+ activateWindow();
180
181
182
0 commit comments