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 a654337 commit 2435bb7Copy full SHA for 2435bb7
src/gui/qgisapp.cpp
@@ -2678,6 +2678,8 @@ bool QgisApp::addProject(QString projectFile)
2678
}
2679
else
2680
{
2681
+ mMapCanvas->freeze(false);
2682
+ mMapCanvas->refresh();
2683
return false;
2684
2685
@@ -2708,9 +2710,13 @@ bool QgisApp::addProject(QString projectFile)
2708
2710
tr("Unable to open project"), e.what(), QMessageBox::Ok,
2709
2711
Qt::NoButton );
2712
2713
2714
2715
2716
2717
2718
2719
2720
return true;
2721
} // QgisApp::addProject(QString projectFile)
2722
0 commit comments