Skip to content

Commit f744227

Browse files
committed
Correctly set parent for select by expression dialog in main window
(cherry-picked from ac2cd47)
1 parent 45fa67d commit f744227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6167,7 +6167,7 @@ void QgisApp::selectByExpression()
61676167
return;
61686168
}
61696169

6170-
QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer );
6170+
QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer, QString(), this );
61716171
dlg->setAttribute( Qt::WA_DeleteOnClose );
61726172
dlg->show();
61736173
}

0 commit comments

Comments
 (0)