Skip to content

Commit

Permalink
Fix style dock not responding to order by changes (fix #15205)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 5, 2016
1 parent d8f2462 commit 5cf733b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
Expand Up @@ -381,6 +381,7 @@ void QgsRendererV2PropertiesDialog::showOrderByDialog()
if ( dlg.exec() )
{
mOrderBy = dlg.orderBy();
emit widgetChanged();
}
}

Expand Down

0 comments on commit 5cf733b

Please sign in to comment.