mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/probability] Improve titles and parameter definitions layout
Change-Id: I84e04b9900d92b0a4d61c19dc27be426f9b9117c
This commit is contained in:
@@ -86,11 +86,6 @@ const char * StackViewController::title() const {
|
||||
}
|
||||
}
|
||||
|
||||
void StackViewController::updateTitle() {
|
||||
m_view.popStack();
|
||||
m_view.pushStack(m_children[m_numberOfChildren-1]->title());
|
||||
}
|
||||
|
||||
void StackViewController::push(ViewController * vc) {
|
||||
m_view.pushStack(vc->title());
|
||||
m_children[m_numberOfChildren++] = vc;
|
||||
|
||||
Reference in New Issue
Block a user