[poincare] Restructuration of poincare (no duplication of children

storage)

Change-Id: Ia10c3cc83e10d238750c6954b7c093d26b762c94
This commit is contained in:
Émilie Feral
2017-09-21 10:33:58 +02:00
parent d3a2109b5f
commit 23629b0939
146 changed files with 1938 additions and 1889 deletions

View File

@@ -77,7 +77,7 @@ bool VariableBoxController::ContentViewController::handleEvent(Ion::Events::Even
}
if (event == Ion::Events::Backspace && m_currentPage != Page::RootMenu) {
if (m_currentPage == Page::Scalar) {
const Symbol symbol = Symbol('A'+selectedRow());
const Symbol symbol('A'+selectedRow());
m_context->setExpressionForSymbolName(nullptr, &symbol);
}
if (m_currentPage == Page::Matrix) {