[apps/shared] Correct bug

Change-Id: I194c13c9886d2184f841723d12dc8886b0e92878
This commit is contained in:
Émilie Feral
2017-02-22 12:33:14 +01:00
parent b218beb3c6
commit d46afd1343
4 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ void FloatParameterController::didBecomeFirstResponder() {
app()->setFirstResponder(&m_selectableTableView);
}
void FloatParameterController::viewWillAppear() {
m_selectableTableView.reloadData();
}
int FloatParameterController::activeCell() {
return m_selectableTableView.selectedRow();
}