Skip to content

Commit 7b497d2

Browse files
author
jef
committedApr 9, 2011
fix restore of initial extent of startup project
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15686 c8812cc2-4d05-0410-92ff-de0c093fc19c

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
@@ -576,6 +576,9 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
576576
// request notification of FileOpen events (double clicking a file icon in Mac OS X Finder)
577577
QgsApplication::setFileOpenEventReceiver( this );
578578

579+
// update windows
580+
qApp->processEvents();
581+
579582
} // QgisApp ctor
580583

581584

0 commit comments

Comments
 (0)
Please sign in to comment.