mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/shared] ExpressionModelHandle: specify the symbol that is turned
into Unknown X in Derived classes
This commit is contained in:
@@ -114,7 +114,7 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
|
||||
symbolLength = f.nameWithArgument(
|
||||
symbolName,
|
||||
Shared::StorageFunction::k_maxNameWithArgumentSize,
|
||||
Graph::StorageCartesianFunctionStore::Symbol());
|
||||
Shared::StorageCartesianFunction::Symbol());
|
||||
}
|
||||
Layout symbolLayout = LayoutHelper::String(symbolName, symbolLength);
|
||||
myCell->setLayout(symbolLayout);
|
||||
|
||||
Reference in New Issue
Block a user