mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] In selectable table view, avoid reloading all table cells when
not required Change-Id: I31bdb1567eed6ebaa839672df61472994ab89b05
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user