Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minimizing of window seems to cause problems on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@12088 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 11, 2009
1 parent 764551a commit a666314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -4241,7 +4241,9 @@ bool QgisApp::loadComposersFromProject( const QString& projectFilePath )
composer->readXML( composerNodes.at( i ).toElement(), projectDom );
mPrintComposers.insert( composer );
mPrintComposersMenu->addAction( composer->windowAction() );
#ifndef Q_OS_MACX
composer->showMinimized();
#endif
composer->zoomFull();
}
return true;
Expand Down

0 comments on commit a666314

Please sign in to comment.