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 45fa67d commit f744227Copy full SHA for f744227
src/app/qgisapp.cpp
@@ -6167,7 +6167,7 @@ void QgisApp::selectByExpression()
6167
return;
6168
}
6169
6170
- QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer );
+ QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer, QString(), this );
6171
dlg->setAttribute( Qt::WA_DeleteOnClose );
6172
dlg->show();
6173
0 commit comments