Skip to content

Commit 97ab3d9

Browse files
committedFeb 17, 2016
construct the QgsOrderByDialog with the correct parent
This is necessary to ensure proper modal behaviour.
1 parent 9bf3b2e commit 97ab3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ void QgsRendererV2PropertiesDialog::onOK()
268268

269269
void QgsRendererV2PropertiesDialog::showOrderByDialog()
270270
{
271-
QgsOrderByDialog dlg( mLayer );
271+
QgsOrderByDialog dlg( mLayer, this );
272272

273273
dlg.setOrderBy( mOrderBy );
274274
if ( dlg.exec() )

0 commit comments

Comments
 (0)
Please sign in to comment.