Navigation Menu

Skip to content

Commit

Permalink
fix #1450
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9919 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 2, 2009
1 parent 83c2d0d commit 43bc629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1619,6 +1619,9 @@ void QgisApp::addDockWidget( Qt::DockWidgetArea theArea, QDockWidget * thepDockW
setCorner( Qt::BottomRightCorner, Qt::RightDockWidgetArea );
// add to the Panel submenu
mPanelMenu->addAction( thepDockWidget->toggleViewAction() );

// refresh the map canvas
mMapCanvas->refresh();
}

QToolBar *QgisApp::addToolBar( QString name )
Expand Down

0 comments on commit 43bc629

Please sign in to comment.