We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d8a768f commit ac2cd47Copy full SHA for ac2cd47
src/app/qgisapp.cpp
@@ -6757,7 +6757,7 @@ void QgisApp::selectByExpression()
6757
return;
6758
}
6759
6760
- QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer );
+ QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer, QString(), this );
6761
dlg->setAttribute( Qt::WA_DeleteOnClose );
6762
dlg->show();
6763
0 commit comments