We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 764551a commit a666314Copy full SHA for a666314
src/app/qgisapp.cpp
@@ -4241,7 +4241,9 @@ bool QgisApp::loadComposersFromProject( const QString& projectFilePath )
4241
composer->readXML( composerNodes.at( i ).toElement(), projectDom );
4242
mPrintComposers.insert( composer );
4243
mPrintComposersMenu->addAction( composer->windowAction() );
4244
+#ifndef Q_OS_MACX
4245
composer->showMinimized();
4246
+#endif
4247
composer->zoomFull();
4248
}
4249
return true;
0 commit comments