[Escher] Don't forget to set the parent responder

Change-Id: I993bb08fcf82560154c4c8b9ad17d05a66ec59a9
This commit is contained in:
Romain Goyet
2016-08-19 16:18:10 +02:00
parent 961a751131
commit 2c8a7788b7

View File

@@ -81,7 +81,7 @@ void StackViewController::pop() {
void StackViewController::setupActiveViewController() {
ViewController * vc = m_children[m_numberOfChildren-1];
//vc->setParentResponder(this);
vc->setParentResponder(this);
m_view.setContentView(vc->view());
app()->focus(vc);
}