[escher] In selectable table view, avoid reloading all table cells when

not required

Change-Id: I31bdb1567eed6ebaa839672df61472994ab89b05
This commit is contained in:
Émilie Feral
2017-01-31 17:45:13 +01:00
parent 49683e25ae
commit 8b5e2be1b7
11 changed files with 32 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ void FunctionParameterController::setFunction(Function * function) {
}
void FunctionParameterController::didBecomeFirstResponder() {
m_selectableTableView.dataHasChanged(true);
m_selectableTableView.selectCellAtLocation(0, 0);
app()->setFirstResponder(&m_selectableTableView);
}