mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[poincare] Remove empty row/column in MatrixLayout.
Change-Id: I58f7b7f5e1256afd769f773bef8caea43a40c7a1
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user