Skip to content

Commit 8ef833a

Browse files
author
jef
committedJan 7, 2009
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
1 parent fc7991a commit 8ef833a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,11 @@ void QgisApp::addDockWidget( Qt::DockWidgetArea theArea, QDockWidget * thepDockW
16211621
setCorner( Qt::BottomRightCorner, Qt::RightDockWidgetArea );
16221622
// add to the Panel submenu
16231623
mPanelMenu->addAction( thepDockWidget->toggleViewAction() );
1624+
1625+
thepDockWidget->show();
1626+
1627+
// refresh the map canvas
1628+
mMapCanvas->refresh();
16241629
}
16251630

16261631
QToolBar *QgisApp::addToolBar( QString name )

0 commit comments

Comments
 (0)
Please sign in to comment.