mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
[apps/probability] Add a page index in snapshot
Change-Id: I4d37cd744bf42b67090cbbd1619f98b512b16e9a
This commit is contained in:
@@ -92,6 +92,9 @@ void StackViewController::push(ViewController * vc, KDColor textColor, KDColor b
|
||||
}
|
||||
}
|
||||
|
||||
void StackViewController::pushModel(ViewController * vc, KDColor textColor, KDColor backgroundColor, KDColor separatorColor) {
|
||||
pushModel(Frame(vc, textColor, backgroundColor, separatorColor));
|
||||
}
|
||||
void StackViewController::pop() {
|
||||
m_view.popStack();
|
||||
assert(m_numberOfChildren > 0);
|
||||
|
||||
Reference in New Issue
Block a user