mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[apps] Hide unwanted scroller in controllers
Change-Id: I0af93bf566f293a7c767a54eaba86c6465d00840
This commit is contained in:
@@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user