0001110: Decimal point entry in LinearPattern length field

This commit is contained in:
wmayer 2013-07-12 12:49:37 +02:00
parent 93827f68e8
commit 227b1f6eb2

View File

@ -237,7 +237,6 @@ void TaskLinearPatternParameters::onCheckReverse(const bool on) {
pcLinearPattern->Reversed.setValue(on);
exitSelectionMode();
updateUI();
recomputeFeature();
}
@ -248,7 +247,6 @@ void TaskLinearPatternParameters::onLength(const double l) {
pcLinearPattern->Length.setValue(l);
exitSelectionMode();
updateUI();
recomputeFeature();
}
@ -259,7 +257,6 @@ void TaskLinearPatternParameters::onOccurrences(const int n) {
pcLinearPattern->Occurrences.setValue(n);
exitSelectionMode();
updateUI();
recomputeFeature();
}
@ -297,7 +294,6 @@ void TaskLinearPatternParameters::onDirectionChanged(int num) {
else if (num == maxcount)
exitSelectionMode();
updateUI();
recomputeFeature();
}