mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
[sequence] Fix ValuesController with new Poincare API
This commit is contained in:
@@ -30,7 +30,7 @@ void ValuesController::willDisplayCellAtLocation(HighlightCell * cell, int i, in
|
||||
if (j == 0 && i > 0) {
|
||||
SequenceTitleCell * myCell = (SequenceTitleCell *)cell;
|
||||
Sequence * sequence = m_sequenceStore->activeFunctionAtIndex(i-1);
|
||||
myCell->setExpressionLayout(sequence->nameLayout());
|
||||
myCell->setLayout(sequence->nameLayout());
|
||||
myCell->setColor(sequence->color());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user