mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
update scale display after project load
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9772 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
118b2158ab
commit
985fbb87a7
@ -2920,6 +2920,9 @@ bool QgisApp::addProject( QString projectFile )
|
||||
mMapCanvas->setCanvasColor( myColor ); //this is fill colour before rendering starts
|
||||
QgsDebugMsg( "Canvas background color restored..." );
|
||||
|
||||
mMapCanvas->updateScale();
|
||||
QgsDebugMsg( "Scale restored..." );
|
||||
|
||||
emit projectRead(); // let plug-ins know that we've read in a new
|
||||
// project so that they can check any project
|
||||
// specific plug-in state
|
||||
|
Loading…
x
Reference in New Issue
Block a user