Skip to content

Commit a666314

Browse files
author
mhugent
committedNov 11, 2009
Minimizing of window seems to cause problems on mac
git-svn-id: http://svn.osgeo.org/qgis/trunk@12088 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 764551a commit a666314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,7 +4241,9 @@ bool QgisApp::loadComposersFromProject( const QString& projectFilePath )
42414241
composer->readXML( composerNodes.at( i ).toElement(), projectDom );
42424242
mPrintComposers.insert( composer );
42434243
mPrintComposersMenu->addAction( composer->windowAction() );
4244+
#ifndef Q_OS_MACX
42444245
composer->showMinimized();
4246+
#endif
42454247
composer->zoomFull();
42464248
}
42474249
return true;

0 commit comments

Comments
 (0)
Please sign in to comment.