mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[VariableBox] Allowing sequences to display their type
Change-Id: I2929f7d9f3a266fbff81100a39f793fe6200da1d
This commit is contained in:
committed by
Émilie Feral
parent
ad80c2c4d7
commit
b567a09103
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user