[Interval] Patch the need recomputing

This commit is contained in:
Joachim LF
2020-05-01 14:20:25 +02:00
committed by EmilieNumworks
parent a52202fa90
commit f250311856
3 changed files with 7 additions and 0 deletions

View File

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