mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[poincare] Change the way Expression are built
This commit is contained in:
committed by
LeaNumworks
parent
902dda34d6
commit
7b5f3c570d
@@ -51,9 +51,9 @@ double TermSumController::cursorNextStep(double x, int direction) {
|
||||
|
||||
Layout TermSumController::createFunctionLayout(const char * functionName) {
|
||||
return HorizontalLayout::Builder(
|
||||
CharLayout(functionName[0], KDFont::SmallFont),
|
||||
CharLayout::Builder(functionName[0], KDFont::SmallFont),
|
||||
VerticalOffsetLayout::Builder(
|
||||
CharLayout('n', KDFont::SmallFont),
|
||||
CharLayout::Builder('n', KDFont::SmallFont),
|
||||
VerticalOffsetLayoutNode::Type::Subscript
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user