mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Interval] Coding style on compute
This commit is contained in:
committed by
EmilieNumworks
parent
f250311856
commit
43bceac2c9
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user