Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set legend drawing order if creating a new project
  • Loading branch information
mhugent committed Nov 7, 2013
1 parent a4ccaac commit 866cee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/legend/qgslegend.cpp
Expand Up @@ -292,6 +292,9 @@ void QgsLegend::removeAll()
updateMapCanvasLayerSet();
setIconSize( mMinimumIconSize );
mDropTarget = 0;
mUpdateDrawingOrder = true;
emit updateDrawingOrderChecked( true );
emit updateDrawingOrderUnchecked( false );
}

void QgsLegend::setLayersVisible( bool visible )
Expand Down

0 comments on commit 866cee4

Please sign in to comment.