diff --git a/apps/regression/calculation_controller.cpp b/apps/regression/calculation_controller.cpp index 9751ad8e8..a424df843 100644 --- a/apps/regression/calculation_controller.cpp +++ b/apps/regression/calculation_controller.cpp @@ -81,7 +81,7 @@ void CalculationController::tableViewDidChangeSelection(SelectableTableView * t, selectableTableView()->deselectTable(); app()->setFirstResponder(tabController()); } else { - t->selectCellAtLocation(previousSelectedCellX, previousSelectedCellY); + t->selectCellAtLocation(0, 1); } } if (t->selectedColumn() > 0 && t->selectedRow() >= 0 && t->selectedRow() <= k_totalNumberOfDoubleBufferRows) {