Gui adv. search: when toggling from prox to phrase, slack stayed at 10
This commit is contained in:
parent
bd100b61cb
commit
bb3fc54400
@ -208,6 +208,8 @@ void SearchClauseW::tpChange(int index)
|
||||
proxSlackSB->setEnabled(true);
|
||||
if (index == 4)
|
||||
proxSlackSB->setValue(10);
|
||||
else
|
||||
proxSlackSB->setValue(0);
|
||||
break;
|
||||
default:
|
||||
proxSlackSB->close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user