[VariableBox] Allowing sequences to display their type

Change-Id: I2929f7d9f3a266fbff81100a39f793fe6200da1d
This commit is contained in:
Arthur Camouseigt
2020-10-15 11:29:21 +02:00
committed by Émilie Feral
parent ad80c2c4d7
commit b567a09103
3 changed files with 20 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ void MathVariableBoxController::willDisplayCellForIndex(HighlightCell * cell, in
} else {
assert(m_currentPage == Page::Sequence);
Shared::Sequence u(record);
symbolLength = u.nameWithArgument(
symbolLength = u.nameWithArgumentAndType(
symbolName,
Shared::Sequence::k_maxNameWithArgumentSize
);