mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/calculation] Reload display output when HistoryController appears
(to avoid displaying 2 = 2 when leaving and reentering Calculation app)
This commit is contained in:
@@ -32,6 +32,10 @@ void HistoryController::reload() {
|
||||
}
|
||||
}
|
||||
|
||||
void HistoryController::viewWillAppear() {
|
||||
reload();
|
||||
}
|
||||
|
||||
void HistoryController::didBecomeFirstResponder() {
|
||||
selectCellAtLocation(0, numberOfRows()-1);
|
||||
Container::activeApp()->setFirstResponder(&m_selectableTableView);
|
||||
|
||||
Reference in New Issue
Block a user