Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correctly set parent for select by expression dialog in main window
  • Loading branch information
nyalldawson committed Feb 23, 2016
1 parent d8a768f commit ac2cd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -6757,7 +6757,7 @@ void QgisApp::selectByExpression()
return;
}

QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer );
QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer, QString(), this );
dlg->setAttribute( Qt::WA_DeleteOnClose );
dlg->show();
}
Expand Down

0 comments on commit ac2cd47

Please sign in to comment.