Skip to content

Commit 4ae3bcd

Browse files
committedJan 17, 2019
Set correct message bar for attribute table 'select by expression' dialog
1 parent 00c4d4a commit 4ae3bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsattributetabledialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ void QgsAttributeTableDialog::mActionAddFeature_triggered()
770770
void QgsAttributeTableDialog::mActionExpressionSelect_triggered()
771771
{
772772
QgsExpressionSelectionDialog *dlg = new QgsExpressionSelectionDialog( mLayer );
773+
dlg->setMessageBar( QgisApp::instance()->messageBar() );
773774
dlg->setAttribute( Qt::WA_DeleteOnClose );
774775
dlg->show();
775776
}

0 commit comments

Comments
 (0)
Please sign in to comment.