mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/sequence|graph] Fix bug: when validating new interval parameters,
jump to the values table Change-Id: Id56587dea29fcca18cc34045a6c93f2f740564e2
This commit is contained in:
@@ -102,6 +102,10 @@ void StackViewController::pop() {
|
||||
vc->viewDidDisappear();
|
||||
}
|
||||
|
||||
int StackViewController::depth() {
|
||||
return m_numberOfChildren;
|
||||
}
|
||||
|
||||
void StackViewController::pushModel(Frame frame) {
|
||||
m_childrenFrame[m_numberOfChildren++] = frame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user