Skip to content

Commit deb91b2

Browse files
committedJul 15, 2011
fix #4084
1 parent 794907c commit deb91b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎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)
Please sign in to comment.