mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-16 07:47:39 +01:00
Do not block signals when changing the rack.
This fixes a bug where a filter was still active after changing the rack, causing the next search to return no result.
This commit is contained in:
parent
7f60f532ad
commit
3ad45fdb91
1 changed files with 0 additions and 4 deletions
|
@ -436,12 +436,8 @@ void ArbitrationWidget::rackChanged()
|
|||
clearResults();
|
||||
|
||||
// Clear the filters
|
||||
lineEditFilterWord->blockSignals(true);
|
||||
lineEditFilterWord->clear();
|
||||
lineEditFilterWord->blockSignals(false);
|
||||
lineEditFilterPoints->blockSignals(true);
|
||||
lineEditFilterPoints->clear();
|
||||
lineEditFilterPoints->blockSignals(false);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue