mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Continue removing layouts
This commit is contained in:
@@ -33,8 +33,7 @@ KDCoordinate ExpressionModelListController::expressionRowHeight(int j) {
|
||||
void ExpressionModelListController::willDisplayExpressionCellAtIndex(HighlightCell * cell, int j) {
|
||||
EvenOddExpressionCell * myCell = (EvenOddExpressionCell *)cell;
|
||||
ExpressionModel * m = modelStore()->modelAtIndex(j);
|
||||
myCell->setExpressionLayout(nullptr); //TODO
|
||||
//myCell->setExpressionLayout(m->layout());
|
||||
myCell->setLayoutRef(m->layoutRef());
|
||||
}
|
||||
|
||||
/* Responder */
|
||||
|
||||
Reference in New Issue
Block a user