Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show composer manager as top window after showing composer instance
git-svn-id: http://svn.osgeo.org/qgis/trunk@13239 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 4, 2010
1 parent 610f356 commit 868a157
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/composer/qgscomposermanager.cpp
Expand Up @@ -166,6 +166,7 @@ void QgsComposerManager::on_mShowPushButton_clicked()
if ( c )
{
c->readXML( templateDoc );
mItemComposerMap.insert( it.key(), c );
}
}

Expand All @@ -174,6 +175,8 @@ void QgsComposerManager::on_mShowPushButton_clicked()
c->show();
c->activate();
c->stackUnder( this );
raise();
activateWindow();
}
}
}
Expand Down

0 comments on commit 868a157

Please sign in to comment.