Skip to content

Commit a58032d

Browse files
author
jef
committedJan 3, 2009
fix #1450 and #1382 again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9920 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 43bc629 commit a58032d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,8 @@ void QgisApp::addDockWidget( Qt::DockWidgetArea theArea, QDockWidget * thepDockW
16201620
// add to the Panel submenu
16211621
mPanelMenu->addAction( thepDockWidget->toggleViewAction() );
16221622

1623+
thepDockWidget->show();
1624+
16231625
// refresh the map canvas
16241626
mMapCanvas->refresh();
16251627
}

0 commit comments

Comments
 (0)
Please sign in to comment.