Skip to content

Commit 99276bc

Browse files
author
jef
committed
fix restore of initial extent of startup project
git-svn-id: http://svn.osgeo.org/qgis/trunk@15686 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3a5bfdb commit 99276bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgisapp.cpp

+3
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)