Skip to content

Commit

Permalink
Merge pull request #2807 from SebDieBln/FixOrderByDialogParent
Browse files Browse the repository at this point in the history
[Bugfix] construct the QgsOrderByDialog with the correct parent
  • Loading branch information
nyalldawson committed Feb 17, 2016
2 parents 9bf3b2e + 97ab3d9 commit 22b27c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
Expand Up @@ -268,7 +268,7 @@ void QgsRendererV2PropertiesDialog::onOK()

void QgsRendererV2PropertiesDialog::showOrderByDialog()
{
QgsOrderByDialog dlg( mLayer );
QgsOrderByDialog dlg( mLayer, this );

dlg.setOrderBy( mOrderBy );
if ( dlg.exec() )
Expand Down

0 comments on commit 22b27c5

Please sign in to comment.