[solver] Display the solutions controller when resolving equation system

This commit is contained in:
Émilie Feral
2018-05-30 18:06:51 +02:00
parent 3434202b48
commit b3ce8e2bc9
5 changed files with 32 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ I18n::Message SolutionsController::emptyMessage() {
}
Responder * SolutionsController::defaultController() {
return parentResponder();
return parentResponder()->parentResponder();
}
/* TableViewDataSource */