Skip to content

Commit

Permalink
Fix issue where layer order panel is restored in place of layers panel
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 6, 2012
1 parent 977518a commit 2b03c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1981,7 +1981,7 @@ void QgisApp::initLegend()

mMapLayerOrder->setWhatsThis( tr( "Map layer list that displays all layers in drawing order." ) );
mLayerOrderDock = new QDockWidget( tr( "Layer order" ), this );
mLayerOrderDock->setObjectName( "Legend" );
mLayerOrderDock->setObjectName( "LayerOrder" );
mLayerOrderDock->setAllowedAreas( Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea );

w = new QWidget( this );
Expand Down

0 comments on commit 2b03c14

Please sign in to comment.