[expression_editor/poincare] Move Down in an ExpressionLayout.

Change-Id: I87f3394cce5eb4936ab926d5e92fdf44d4473cf7
This commit is contained in:
Léa Saviot
2017-12-18 11:14:05 +01:00
parent fc8cd6c06e
commit a4c014c75e
19 changed files with 221 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ bool ExpressionLayoutCursor::moveUp() {
}
bool ExpressionLayoutCursor::moveDown() {
return false; //TODO
return m_pointedExpressionLayout->moveDown(this);
}
bool ExpressionLayoutCursor::positionIsEquivalentTo(ExpressionLayout * expressionLayout, Position position, int positionIndex) {