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

(cherry picked from commit 4ae3bcd)
  • Loading branch information
nyalldawson committed Jan 17, 2019
1 parent 3edf0f6 commit db57c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributetabledialog.cpp
Expand Up @@ -769,6 +769,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 db57c15

Please sign in to comment.