Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Auto refresh when symbol levels changed in style dock (fix #14861)
  • Loading branch information
nyalldawson committed Jun 9, 2016
1 parent a3a2074 commit 8909584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgsrendererv2widget.cpp
Expand Up @@ -253,6 +253,7 @@ void QgsRendererV2Widget::showSymbolLevelsDialog( QgsFeatureRendererV2* r )
if ( dlg.exec() )
{
r->setUsingSymbolLevels( dlg.usingLevels() );
emit widgetChanged();
}
}

Expand Down

0 comments on commit 8909584

Please sign in to comment.