mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps] Don't forget to call viewWillAppear
At the moment ViewController::viewWillAppear doesn't do anything, so there is no real impact. But if we want to use it it needs to be called from subclasses.
This commit is contained in:
@@ -33,6 +33,7 @@ View * CalculationParameterController::view() {
|
||||
}
|
||||
|
||||
void CalculationParameterController::viewWillAppear() {
|
||||
ViewController::viewWillAppear();
|
||||
m_selectableTableView.reloadData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user