mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
merge r9919 and r9920 from trunk to 1.0 branch
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9936 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fc7991a5c4
commit
8ef833ac4d
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user