[QGIS Commit] r15686 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Apr 9 16:35:06 EDT 2011


Author: jef
Date: 2011-04-09 13:35:06 -0700 (Sat, 09 Apr 2011)
New Revision: 15686

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
fix restore of initial extent of startup project

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2011-04-09 16:21:26 UTC (rev 15685)
+++ trunk/qgis/src/app/qgisapp.cpp	2011-04-09 20:35:06 UTC (rev 15686)
@@ -576,6 +576,9 @@
   // request notification of FileOpen events (double clicking a file icon in Mac OS X Finder)
   QgsApplication::setFileOpenEventReceiver( this );
 
+  // update windows
+  qApp->processEvents();
+
 } // QgisApp ctor
 
 



More information about the QGIS-commit mailing list