diff --git a/apps/graph/values/values_controller.cpp b/apps/graph/values/values_controller.cpp index f0fda740a..6d4eecd3f 100644 --- a/apps/graph/values/values_controller.cpp +++ b/apps/graph/values/values_controller.cpp @@ -112,6 +112,7 @@ void ValuesController::setActiveCell(int i, int j) { } void ValuesController::didBecomeFirstResponder() { + m_tableView.reloadData(); setSelectedButton(-1); if (m_activeCellY == -1) { setActiveCell(0,0);