mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
when reset the keyword field then reset the Type ComboBox too to default index
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1188 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c23adba0b1
commit
deea89cbd0
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ void SearchDialog::searchRemoveAll()
|
|||
void SearchDialog::clearKeyword()
|
||||
{
|
||||
ui.lineEdit->clear();
|
||||
ui.FileTypeComboBox->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
/* *****************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue