mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 11:54:22 -04:00
fixed setFocus for search LineEdit when clearing it.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4b5a175b38
commit
48a25578c0
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ void SearchDialog::clearKeyword()
|
||||||
{
|
{
|
||||||
ui.lineEdit->clear();
|
ui.lineEdit->clear();
|
||||||
ui.FileTypeComboBox->setCurrentIndex(0);
|
ui.FileTypeComboBox->setCurrentIndex(0);
|
||||||
|
ui.lineEdit->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue