Switch to unified view
a/src/qtgui/searchclause_w.cpp | b/src/qtgui/searchclause_w.cpp | ||
---|---|---|---|
... |
... |
||
206 | case 4: |
206 | case 4: |
207 | proxSlackSB->show(); |
207 | proxSlackSB->show(); |
208 | proxSlackSB->setEnabled(true); |
208 | proxSlackSB->setEnabled(true); |
209 | if (index == 4) |
209 | if (index == 4) |
210 | proxSlackSB->setValue(10); |
210 | proxSlackSB->setValue(10); |
211 | else |
||
212 | proxSlackSB->setValue(0); |
||
211 | break; |
213 | break; |
212 | default: |
214 | default: |
213 | proxSlackSB->close(); |
215 | proxSlackSB->close(); |
214 | } |
216 | } |
215 | if (index == 5) { |
217 | if (index == 5) { |