mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps/shared] In values controller, update the number of columns when
layout is done Change-Id: I29bc776623ff2e5056c9f2cc1d995b4440996116
This commit is contained in:
@@ -48,7 +48,6 @@ bool DerivativeParameterController::handleEvent(Ion::Events::Event event) {
|
||||
{
|
||||
m_valuesController->selectCellAtLocation(m_valuesController->selectedColumn()-1, m_valuesController->selectedRow());
|
||||
m_function->setDisplayDerivative(false);
|
||||
m_valuesController->updateNumberOfColumns();
|
||||
StackViewController * stack = (StackViewController *)(parentResponder());
|
||||
stack->pop();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user