Skip to content

Commit ac2cd47

Browse files
committedFeb 23, 2016
Correctly set parent for select by expression dialog in main window
1 parent d8a768f commit ac2cd47

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
@@ -6757,7 +6757,7 @@ void QgisApp::selectByExpression()
67576757
return;
67586758
}
67596759

6760-
QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer );
6760+
QgsExpressionSelectionDialog* dlg = new QgsExpressionSelectionDialog( vlayer, QString(), this );
67616761
dlg->setAttribute( Qt::WA_DeleteOnClose );
67626762
dlg->show();
67636763
}

0 commit comments

Comments
 (0)
Please sign in to comment.