[apps] Hide unwanted scroller in controllers

Change-Id: I0af93bf566f293a7c767a54eaba86c6465d00840
This commit is contained in:
Émilie Feral
2017-01-26 09:43:53 +01:00
parent 0c51270e19
commit acd51f2ca8
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ VariableBoxController::ContentViewController::ContentViewController(Responder *
m_firstSelectedRow(0),
m_previousSelectedRow(0),
m_currentPage(Page::RootMenu),
m_selectableTableView(SelectableTableView(this, this))
m_selectableTableView(SelectableTableView(this, this, 0, 0, 0, 0, nullptr, false))
{
}