Skip to content

Commit deb91b2

Browse files
committed
fix #4084
1 parent 794907c commit deb91b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/attributetable/qgsattributetabledialog.cpp

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ void QgsAttributeTableDialog::doSearch( QString searchString )
602602
{
603603
w->setWindowTitle( tr( "Attribute table - %1 (No matching features)" ).arg( mLayer->name() ) );
604604
}
605+
mView->setFocus();
605606
}
606607

607608
void QgsAttributeTableDialog::search()

0 commit comments

Comments
 (0)