mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix #4084
This commit is contained in:
parent
794907cbe0
commit
deb91b2540
1
src/app/attributetable/qgsattributetabledialog.cpp
Normal file → Executable file
1
src/app/attributetable/qgsattributetabledialog.cpp
Normal file → Executable 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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user