Skip to content

Commit

Permalink
remove widget hint for composer manager
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12265 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 27, 2009
1 parent 164c5f6 commit e3fbe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -3733,7 +3733,7 @@ void QgisApp::newPrintComposer()

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

Expand Down

0 comments on commit e3fbe08

Please sign in to comment.