[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

@@ -6,7 +6,7 @@
NodeListViewController::NodeListViewController(NodeNavigationController * parent) :
ViewController(parent),
m_nodeNavigationController(parent),
m_selectableTableView(SelectableTableView(this, this)),
m_selectableTableView(SelectableTableView(this, this, 0, 0, 0, 0, nullptr, false)),
m_nodeModel(nullptr),
m_firstSelectedRow(0)
{