mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/regression] Correct bug: reload data if go to parameter page to
update x or y prediction Change-Id: If237f4610b0292f2931c0d670c12f2fdf6b0cd1d
This commit is contained in:
@@ -79,4 +79,8 @@ bool GoToParameterController::textFieldDidFinishEditing(TextField * textField, c
|
||||
return true;
|
||||
}
|
||||
|
||||
void GoToParameterController::viewWillAppear() {
|
||||
m_selectableTableView.reloadData();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ public:
|
||||
int reusableCellCount() override;
|
||||
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
|
||||
bool textFieldDidFinishEditing(TextField * textField, const char * text) override;
|
||||
void viewWillAppear() override;
|
||||
private:
|
||||
float parameterAtIndex(int index) override;
|
||||
void setParameterAtIndex(int parameterIndex, float f) override;
|
||||
|
||||
Reference in New Issue
Block a user