Skip to content

Commit

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

thepDockWidget->show();

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

0 comments on commit a58032d

Please sign in to comment.