mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[escher] Clean stack view controller
Change-Id: I1f7bba633a9a5ceb1bb377476f391f1fd34c575f
This commit is contained in:
committed by
Romain Goyet
parent
dec5ff2a89
commit
a12fab6a00
@@ -81,7 +81,7 @@ void StackViewController::push(ViewController * vc) {
|
||||
m_view.pushStack("name");
|
||||
m_children[m_numberOfChildren++] = vc;
|
||||
setupActiveViewController();
|
||||
vc->setParentResponder(this);
|
||||
//vc->setParentResponder(this);
|
||||
}
|
||||
|
||||
void StackViewController::pop() {
|
||||
|
||||
Reference in New Issue
Block a user