mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[escher] Correct commit : Enable to draw the outline of cells in table
view Change-Id: If2eadc0b9987678c0ccc56401bd46835d861a436
This commit is contained in:
@@ -12,7 +12,7 @@ VariableBoxController::ContentViewController::ContentViewController(Responder *
|
||||
m_firstSelectedRow(0),
|
||||
m_previousSelectedRow(0),
|
||||
m_currentPage(Page::RootMenu),
|
||||
m_selectableTableView(SelectableTableView(this, this, 1, 0, 0, 0, 0, nullptr, false))
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 1, 0, 0, 0, 0, nullptr, false))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user