[QGIS Commit] r9936 - branches/Version-1_0/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jan 7 05:45:54 EST 2009


Author: jef
Date: 2009-01-07 05:45:53 -0500 (Wed, 07 Jan 2009)
New Revision: 9936

Modified:
   branches/Version-1_0/src/app/qgisapp.cpp
Log:
merge r9919 and r9920 from trunk to 1.0 branch

Modified: branches/Version-1_0/src/app/qgisapp.cpp
===================================================================
--- branches/Version-1_0/src/app/qgisapp.cpp	2009-01-07 08:07:46 UTC (rev 9935)
+++ branches/Version-1_0/src/app/qgisapp.cpp	2009-01-07 10:45:53 UTC (rev 9936)
@@ -1621,6 +1621,11 @@
   setCorner( Qt::BottomRightCorner, Qt::RightDockWidgetArea );
   // add to the Panel submenu
   mPanelMenu->addAction( thepDockWidget->toggleViewAction() );
+
+  thepDockWidget->show();
+
+  // refresh the map canvas
+  mMapCanvas->refresh();
 }
 
 QToolBar *QgisApp::addToolBar( QString name )



More information about the QGIS-commit mailing list