Skip to content

Commit

Permalink
merge r9919 and r9920 from trunk to 1.0 branch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9936 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 7, 2009
1 parent fc7991a commit 8ef833a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1621,6 +1621,11 @@ void QgisApp::addDockWidget( Qt::DockWidgetArea theArea, QDockWidget * thepDockW
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 )
Expand Down

0 comments on commit 8ef833a

Please sign in to comment.