+ unlimit the value for occurrences

This commit is contained in:
wmayer
2015-10-04 10:32:58 +02:00
parent 36dd6946a9
commit aa5b388f4a
3 changed files with 3 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ void TaskLinearPatternParameters::setupUI()
// ---------------------
ui->spinLength->bind(pcLinearPattern->Length);
ui->spinOccurrences->setMaximum(INT_MAX);
ui->spinOccurrences->bind(pcLinearPattern->Occurrences);
ui->comboDirection->setEnabled(true);