Skip to content
Permalink
Browse files
remove widget hint for composer manager
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12265 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 27, 2009
1 parent 201a10e commit 7b47623
Showing 1 changed file with 1 addition and 1 deletion.
@@ -3733,7 +3733,7 @@ void QgisApp::newPrintComposer()

void QgisApp::showComposerManager()
{
QgsComposerManager m( this, 0, Qt::WindowStaysOnTopHint );
QgsComposerManager m( this, 0);
m.exec();
}

0 comments on commit 7b47623

Please sign in to comment.