From 866201ebb45ae71ecf6bc411412d6598c0bb9048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 19 Oct 2016 16:02:55 +0200 Subject: [PATCH] [apps/graph/list] Reload information about the function when displaying the parameter page Change-Id: If1aab12bc0d9473a0241b94960fbb51dc2d02593 --- apps/graph/list/parameter_controller.cpp | 1 + 1 file changed, 1 insertion(+) 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); }