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 54c6723 commit 7dc8580Copy full SHA for 7dc8580
src/app/qgisapp.cpp
@@ -330,14 +330,14 @@ static void customSrsValidation_(QgsSpatialRefSys* srs)
330
createMenus();
331
createToolBars();
332
createStatusBar();
333
- updateRecentProjectPaths();
334
createCanvas();
335
mMapCanvas->freeze();
336
createLegend();
337
createOverview();
338
createMapTips();
339
setupProxy();
340
readSettings();
+ updateRecentProjectPaths();
341
342
mComposer = new QgsComposer(this); // Map composer
343
mInternalClipboard = new QgsClipboard; // create clipboard
0 commit comments