mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[escher][apps/shared] In table view, when scrolling to a cell, check if
the table size has not decreased to adjust the offset Change-Id: Ifd89ec2b51b2adb9ca860ce0b58f2b6e58b838a1
This commit is contained in:
@@ -92,6 +92,7 @@ bool StoreController::handleEvent(Ion::Events::Event event) {
|
||||
}
|
||||
m_store->deletePairAtIndex(selectedRow()-1);
|
||||
selectableTableView()->reloadData();
|
||||
selectableTableView()->selectCellAtLocation(selectedColumn(), selectedRow());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user