[escher] Clean stack view controller

Change-Id: I1f7bba633a9a5ceb1bb377476f391f1fd34c575f
This commit is contained in:
Émilie Feral
2016-09-15 10:57:01 +02:00
committed by Romain Goyet
parent dec5ff2a89
commit a12fab6a00

View File

@@ -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() {