mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
clear search bar if all filters cleared (#2961)
This commit is contained in:
parent
ec4e6d53df
commit
014b9947fe
1 changed files with 1 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ void TabDeckEditor::actAnalyzeDeckTappedout()
|
|||
void TabDeckEditor::actClearFilterAll()
|
||||
{
|
||||
databaseDisplayModel->clearFilterAll();
|
||||
searchEdit->setText("");
|
||||
}
|
||||
|
||||
void TabDeckEditor::actClearFilterOne()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue