Skip to content

Commit

Permalink
[symbology] fix duplicate layers in symbol levels dialog (#5041)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Sep 5, 2017
1 parent b0f71e5 commit 72462ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/symbology/qgssymbollevelsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

QgsSymbolLevelsDialog::QgsSymbolLevelsDialog( const QgsLegendSymbolList &list, bool usingSymbolLevels, QWidget *parent )
: QDialog( parent )
, mList( list )
, mForceOrderingEnabled( false )
{
setupUi( this );
Expand Down

0 comments on commit 72462ae

Please sign in to comment.