mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/reg] Modify navigation on hidden cell in Stats
This commit is contained in:
@@ -81,7 +81,7 @@ void CalculationController::tableViewDidChangeSelection(SelectableTableView * t,
|
||||
selectableTableView()->deselectTable();
|
||||
app()->setFirstResponder(tabController());
|
||||
} else {
|
||||
t->selectCellAtLocation(previousSelectedCellX, previousSelectedCellY);
|
||||
t->selectCellAtLocation(0, 1);
|
||||
}
|
||||
}
|
||||
if (t->selectedColumn() > 0 && t->selectedRow() >= 0 && t->selectedRow() <= k_totalNumberOfDoubleBufferRows) {
|
||||
|
||||
Reference in New Issue
Block a user