mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-19 20:01:48 -05: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
@ -369,6 +369,7 @@ void SearchDialog::searchRemoveAll()
|
||||
void SearchDialog::clearKeyword()
|
||||
{
|
||||
ui.lineEdit->clear();
|
||||
ui.FileTypeComboBox->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
/* *****************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user