Skip to content

Commit

Permalink
construct the QgsOrderByDialog with the correct parent
Browse files Browse the repository at this point in the history
This is necessary to ensure proper modal behaviour.
  • Loading branch information
SebDieBln committed Feb 17, 2016
1 parent 9bf3b2e commit 97ab3d9
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 97ab3d9

Please sign in to comment.