Commit 4c8e83f7 authored by Zach's avatar Zach
Browse files

Merge pull request #1140 from ZeldaZach/prevent_clear

Remove Autoclear Issue
parents 50b908c7 be4a581f
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment