We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c1255 commit 5077c25Copy full SHA for 5077c25
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