From deb91b2540b12799d11a63398833b583676278f2 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 15 Jul 2011 16:30:50 +0200 Subject: [PATCH] fix #4084 --- src/app/attributetable/qgsattributetabledialog.cpp | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/app/attributetable/qgsattributetabledialog.cpp diff --git a/src/app/attributetable/qgsattributetabledialog.cpp b/src/app/attributetable/qgsattributetabledialog.cpp old mode 100644 new mode 100755 index 1a093fd4ad8..7009958dd03 --- a/src/app/attributetable/qgsattributetabledialog.cpp +++ b/src/app/attributetable/qgsattributetabledialog.cpp @@ -602,6 +602,7 @@ void QgsAttributeTableDialog::doSearch( QString searchString ) { w->setWindowTitle( tr( "Attribute table - %1 (No matching features)" ).arg( mLayer->name() ) ); } + mView->setFocus(); } void QgsAttributeTableDialog::search()