[apps/code] Display different varbox titles from editor and console

This commit is contained in:
Léa Saviot
2020-04-30 12:18:58 +02:00
committed by Émilie Feral
parent 5986716031
commit bba5b237d2
4 changed files with 8 additions and 0 deletions

View File

@@ -98,6 +98,10 @@ NestedMenuController::NestedMenuController(Responder * parentResponder, I18n::Me
m_selectableTableView.setDecoratorType(ScrollView::Decorator::Type::None);
}
void NestedMenuController::setTitle(I18n::Message title) {
m_listController.setTitle(title);
}
bool NestedMenuController::handleEvent(Ion::Events::Event event) {
return handleEventForRow(event, selectedRow());
}