mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[Escher] Don't forget to set the parent responder
Change-Id: I993bb08fcf82560154c4c8b9ad17d05a66ec59a9
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user