diff --git a/apps/graph/list/parameter_controller.cpp b/apps/graph/list/parameter_controller.cpp index eb3188921..3c3e4b974 100644 --- a/apps/graph/list/parameter_controller.cpp +++ b/apps/graph/list/parameter_controller.cpp @@ -24,6 +24,7 @@ View * ParameterController::view() { } void ParameterController::didBecomeFirstResponder() { + m_listView.reloadData(); setActiveCell(0); }