mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[escher] ExpressionTableCell is composed of a ScrollableExpressionView
instead of an ExpressionView
This commit is contained in:
@@ -21,6 +21,9 @@ VariableBoxController::VariableBoxController() :
|
||||
m_lockPageDelete(Page::RootMenu),
|
||||
m_firstMemoizedLayoutIndex(0)
|
||||
{
|
||||
for (int i = 0; i < k_maxNumberOfDisplayedRows; i++) {
|
||||
m_leafCells[i].setParentResponder(&m_selectableTableView);
|
||||
}
|
||||
}
|
||||
|
||||
void VariableBoxController::viewWillAppear() {
|
||||
|
||||
Reference in New Issue
Block a user