[apps/graph/values] Reload table when table view become first

responder

Change-Id: I46d7c832275642a7aeafcb1004d8e6d1678ea60f
This commit is contained in:
Émilie Feral
2016-10-14 11:33:14 +02:00
committed by Romain Goyet
parent d14107b2bc
commit 086cda53c7

View File

@@ -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);