Skip to content

Commit

Permalink
Correctly restore profile layer order
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 18, 2023
1 parent 655921c commit 0a012ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/layout/qgslayoutelevationprofilewidget.cpp
Expand Up @@ -504,6 +504,7 @@ void QgsLayoutElevationProfileWidget::setGuiElementValues()
{
layer->setItemVisibilityChecked( mProfile->layers().contains( layer->layer() ) );
}
mLayerTree->reorderGroupLayers( mProfile->layers() );

updateDataDefinedButton( mDDBtnMinDistance );
updateDataDefinedButton( mDDBtnMaxDistance );
Expand Down

0 comments on commit 0a012ed

Please sign in to comment.