mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Extrude the model in selectable table view controller to its
delegate Change-Id: I4d49e0098d501e1419f7b216e828b13efbf74f81
This commit is contained in:
@@ -26,7 +26,6 @@ bool FunctionParameterController::handleEvent(Ion::Events::Event event) {
|
||||
{
|
||||
m_cartesianFunction->setDisplayDerivative(!m_cartesianFunction->displayDerivative());
|
||||
if (m_cartesianFunction->displayDerivative()) {
|
||||
m_valuesController->selectCellAtLocation(0, -1);
|
||||
m_valuesController->selectCellAtLocation(m_valuesController->activeColumn()+1, m_valuesController->activeRow());
|
||||
}
|
||||
m_selectableTableView.reloadData();
|
||||
|
||||
Reference in New Issue
Block a user