[poincare] Remove empty row/column in MatrixLayout.

Change-Id: I58f7b7f5e1256afd769f773bef8caea43a40c7a1
This commit is contained in:
Léa Saviot
2018-01-10 17:32:23 +01:00
parent 1717b470c8
commit 95327d0afc
12 changed files with 142 additions and 21 deletions

View File

@@ -12,9 +12,8 @@ Controller::Controller(Responder * parentResponder, ExpressionLayout * expressio
m_view(parentResponder, expressionLayout, &m_cursor),
m_expressionLayout(expressionLayout),
m_resultLayout(nullptr)
//m_context((GlobalContext *)((AppsContainer *)(app()->container()))->globalContext())
{
m_cursor.setPointedExpressionLayout(expressionLayout->editableChild(0));
m_cursor.setPointedExpressionLayout(expressionLayout);
}
void Controller::didBecomeFirstResponder() {