Skip to content

Commit 985fbb8

Browse files
author
jef
committedDec 11, 2008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,6 +2920,9 @@ bool QgisApp::addProject( QString projectFile )
29202920
mMapCanvas->setCanvasColor( myColor ); //this is fill colour before rendering starts
29212921
QgsDebugMsg( "Canvas background color restored..." );
29222922

2923+
mMapCanvas->updateScale();
2924+
QgsDebugMsg( "Scale restored..." );
2925+
29232926
emit projectRead(); // let plug-ins know that we've read in a new
29242927
// project so that they can check any project
29252928
// specific plug-in state

0 commit comments

Comments
 (0)
Please sign in to comment.