Skip to content

Commit

Permalink
Set correct message bar for attribute table 'select by expression' di…
Browse files Browse the repository at this point in the history
…alog
  • Loading branch information
nyalldawson committed Jan 17, 2019
1 parent 00c4d4a commit 4ae3bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributetabledialog.cpp
Expand Up @@ -770,6 +770,7 @@ void QgsAttributeTableDialog::mActionAddFeature_triggered()
void QgsAttributeTableDialog::mActionExpressionSelect_triggered()
{
QgsExpressionSelectionDialog *dlg = new QgsExpressionSelectionDialog( mLayer );
dlg->setMessageBar( QgisApp::instance()->messageBar() );
dlg->setAttribute( Qt::WA_DeleteOnClose );
dlg->show();
}
Expand Down

0 comments on commit 4ae3bcd

Please sign in to comment.