mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Merge pull request #1140 from ZeldaZach/prevent_clear
Remove Autoclear Issue
This commit is contained in:
commit
4c8e83f789
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ FilterBuilder::FilterBuilder(QWidget *parent)
|
|||
|
||||
connect(edit, SIGNAL(returnPressed()), this, SLOT(emit_add()));
|
||||
connect(ok, SIGNAL(released()), this, SLOT(emit_add()));
|
||||
connect(filterCombo, SIGNAL(currentIndexChanged(int)), edit, SLOT(clear()));
|
||||
fltr = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue