mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps/escher] Changed setExpression to setExpressionLayout.
Change-Id: I095a12868fd7eaf8d4eb2408617941a86f43e1ee
This commit is contained in:
@@ -54,7 +54,7 @@ HighlightCell * SequenceToolbox::reusableCell(int index, int type) {
|
||||
void SequenceToolbox::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
if (typeAtLocation(0, index) == 2) {
|
||||
ExpressionTableCell * myCell = (ExpressionTableCell *)cell;
|
||||
myCell->setExpression(m_addedCellLayout[index]);
|
||||
myCell->setExpressionLayout(m_addedCellLayout[index]);
|
||||
return;
|
||||
} else {
|
||||
MathToolbox::willDisplayCellForIndex(cell, mathToolboxIndex(index));
|
||||
|
||||
Reference in New Issue
Block a user