[escher] Clean the ScrollView, TableView and SelectableTableView constructors

This commit is contained in:
Romain Goyet
2018-04-13 12:00:03 +02:00
committed by EmilieNumworks
parent c934eab947
commit 84561a929f
39 changed files with 205 additions and 148 deletions

View File

@@ -14,8 +14,10 @@ VariableBoxController::ContentViewController::ContentViewController(Responder *
m_firstSelectedRow(0),
m_previousSelectedRow(0),
m_currentPage(Page::RootMenu),
m_selectableTableView(this, this, 0, 1, 0, 0, 0, 0, this, nullptr, false)
m_selectableTableView(this)
{
m_selectableTableView.setMargins(0);
m_selectableTableView.setShowsIndicators(false);
}
const char * VariableBoxController::ContentViewController::title() {