Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix restore of initial extent of startup project
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15686 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 9, 2011
1 parent 0ebfb4b commit 7b497d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -576,6 +576,9 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
// request notification of FileOpen events (double clicking a file icon in Mac OS X Finder)
QgsApplication::setFileOpenEventReceiver( this );

// update windows
qApp->processEvents();

} // QgisApp ctor


Expand Down

0 comments on commit 7b497d2

Please sign in to comment.