[Interval] Coding style on compute

This commit is contained in:
Joachim LF
2020-05-01 17:35:09 +02:00
committed by EmilieNumworks
parent f250311856
commit 43bceac2c9
3 changed files with 3 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ int IntervalParameterController::reusableParameterCellCount(int type) {
}
void IntervalParameterController::buttonAction() {
m_interval->setNeedRecompute(true);
m_interval->setNeedCompute(true);
StackViewController * stack = stackController();
stack->pop();
if (stack->depth() > 1) {