This commit is contained in:
Juergen E. Fischer 2011-07-15 16:30:50 +02:00
parent 794907cbe0
commit deb91b2540

1
src/app/attributetable/qgsattributetabledialog.cpp Normal file → Executable file
View File

@ -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()