mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[apps/graph][apps/sequence] In values controller, memoize the number of
columns to improve performance Change-Id: Ie3c545d0198a2f23575bd22fdbf56e9c6b8ff2b8
This commit is contained in:
@@ -48,6 +48,7 @@ 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