[escher] In table view, add method 'reloadCellAtLocation'

Change-Id: I2d662669621392698ee963a6c8e70d3d2f4ee829
This commit is contained in:
Émilie Feral
2017-06-02 16:56:41 +02:00
parent 0559661a07
commit f43b307856
5 changed files with 13 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ bool MainController::handleEvent(Ion::Events::Event event) {
return false;
}
GlobalPreferences::sharedGlobalPreferences()->setShowUpdatePopUp(!GlobalPreferences::sharedGlobalPreferences()->showUpdatePopUp());
willDisplayCellForIndex(m_selectableTableView.cellAtLocation(m_selectableTableView.selectedColumn(), m_selectableTableView.selectedRow()), m_selectableTableView.selectedRow());
m_selectableTableView.reloadCellAtLocation(m_selectableTableView.selectedColumn(), m_selectableTableView.selectedRow());
return true;
}
m_subController.setNodeModel(m_nodeModel->children(selectedRow()));