Skip to content

Commit

Permalink
fix crash in legend
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 24, 2013
1 parent ec0f0be commit 00c0cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/legend/qgslegend.cpp
Expand Up @@ -83,6 +83,7 @@ QgsLegend::QgsLegend( QgsMapCanvas *canvas, QWidget * parent, const char *name )
, mMinimumIconSize( 20, 20 )
, mChanging( false )
, mUpdateDrawingOrder( true )
, mGetLegendGraphicPopup( 0 )
{
setObjectName( name );

Expand Down

0 comments on commit 00c0cef

Please sign in to comment.