Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #4084
  • Loading branch information
jef-n committed Jul 15, 2011
1 parent 794907c commit deb91b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/attributetable/qgsattributetabledialog.cpp 100644 → 100755
Expand Up @@ -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()
Expand Down

0 comments on commit deb91b2

Please sign in to comment.