[apps/graph/list] Reload information about the function when displaying

the parameter page

Change-Id: If1aab12bc0d9473a0241b94960fbb51dc2d02593
This commit is contained in:
Émilie Feral
2016-10-19 16:02:55 +02:00
parent 529a06131d
commit 866201ebb4

View File

@@ -24,6 +24,7 @@ View * ParameterController::view() {
}
void ParameterController::didBecomeFirstResponder() {
m_listView.reloadData();
setActiveCell(0);
}