mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/escher] Changed setExpression to setExpressionLayout.
Change-Id: I095a12868fd7eaf8d4eb2408617941a86f43e1ee
This commit is contained in:
@@ -91,7 +91,7 @@ void VariableBoxLeafCell::setExpression(const Expression * expression) {
|
||||
if (expression) {
|
||||
m_expressionLayout = expression->createLayout();
|
||||
}
|
||||
m_expressionView.setExpression(m_expressionLayout);
|
||||
m_expressionView.setExpressionLayout(m_expressionLayout);
|
||||
}
|
||||
|
||||
void VariableBoxLeafCell::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
|
||||
Reference in New Issue
Block a user