mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/shared] In float parameter controller, stay in editing mode is the
value was refused Change-Id: I2eca2c745bfbaeafb53de44f6e96f90a89d7925b
This commit is contained in:
@@ -21,7 +21,6 @@ void IntervalParameterController::willDisplayCellForIndex(HighlightCell * cell,
|
||||
|
||||
bool IntervalParameterController::setParameterAtIndex(int parameterIndex, float f) {
|
||||
if (f <= 0) {
|
||||
app()->displayWarning(I18n::Message::ForbiddenValue);
|
||||
return false;
|
||||
}
|
||||
SetterPointer setters[k_totalNumberOfCell] = {&Interval::setStart, &Interval::setEnd, &Interval::setStep};
|
||||
|
||||
Reference in New Issue
Block a user