Skip to content

Commit

Permalink
hide layer order dock by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 6, 2011
1 parent 0a04dea commit be43494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1751,6 +1751,7 @@ void QgisApp::initLegend()
w->setLayout( l );
mLayerOrderDock->setWidget( w );
addDockWidget( Qt::LeftDockWidgetArea, mLayerOrderDock );
mLayerOrderDock->hide();

// add to the Panel submenu
mPanelMenu->addAction( mLayerOrderDock->toggleViewAction() );
Expand Down

0 comments on commit be43494

Please sign in to comment.