mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/escher] Code layouting and typo
This commit is contained in:
@@ -99,7 +99,10 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
|
||||
} else {
|
||||
assert(m_currentPage == Page::Function);
|
||||
StorageCartesianFunction f(record);
|
||||
symbolLength = f.nameWithArgument(symbolName, Shared::StorageFunction::k_maxNameWithArgumentSize, Graph::StorageCartesianFunctionStore::Symbol());
|
||||
symbolLength = f.nameWithArgument(
|
||||
symbolName,
|
||||
Shared::StorageFunction::k_maxNameWithArgumentSize,
|
||||
Graph::StorageCartesianFunctionStore::Symbol());
|
||||
}
|
||||
Layout symbolLayout = LayoutHelper::String(symbolName, symbolLength);
|
||||
myCell->setLayout(symbolLayout);
|
||||
|
||||
Reference in New Issue
Block a user