Skip to content

Commit

Permalink
Keep legend drawing order as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Nov 22, 2012
1 parent d6992e4 commit 20f6fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/legend/qgslegend.cpp
Expand Up @@ -81,7 +81,7 @@ QgsLegend::QgsLegend( QgsMapCanvas *canvas, QWidget * parent, const char *name )
, mMapCanvas( canvas )
, mMinimumIconSize( 20, 20 )
, mChanging( false )
, mUpdateDrawingOrder( false )
, mUpdateDrawingOrder( true )
{
setObjectName( name );

Expand Down

0 comments on commit 20f6fa8

Please sign in to comment.